Color Hex Logo

#cf017d Color Hex

#CF017D
(207,1,125)
0 Favorites   0 Comments

Color spaces of #cf017d

RGB 2071125
HSL0.900.990.41
HSV324°100°81°
CMYK 0.001.000.40   0.19
XYZ29.444714.767820.7006
Yxy14.76780.45360.2275
Hunter Lab38.428969.5184-5.0377
CIE-Lab45.314574.0322-9.2870

#cf017d color RGB value is (207,1,125).

#cf017d hex color red value is 207, green value is 1 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cf017d hue: 0.90 , saturation: 0.99 and the lightness value of cf017d is 0.41.

The process color (four color CMYK) of #cf017d color hex is 0.00, 1.00, 0.40, 0.19. Web safe color of #cf017d is #cc0066. Color #cf017d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000001 01111101
Octal 317 1 175
Decimal 207 1 125
Hex CF 1 7D

RGB Percentages of Color #cf017d

%62.16
%0.30
%37.54

CMYK Percentages of Color #cf017d

%0
%100
%40
%19

Triadic Colors of #cf017d

#cf017d #7dcf01 #017dcf

Analogous Colors of #cf017d

#cf017d #cf0116 #ba01cf

Monochromatic Colors of #cf017d

#cf017d

Complementary Color

#cf017d #01cf53

#cf017d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf017d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf017d Color CSS Codes

.mybgcolor {background-color:#cf017d; } 
.myforecolor {color:#cf017d; }
.mybordercolor {border:3px solid #cf017d; }

#cf017d Text Font Color

<p style="color:#cf017d">Text here</p>

This sample text font color is #cf017d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cf017d Background Color

<div style="background-color:#cf017d">
Div content here</div>

This div background color is #cf017d


#cf017d Border Color

<div style="border:3px solid #cf017d">
Div here</div>

This div border color is #cf017d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,1,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf017d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf017d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf017d;
  box-shadow:         1px 1px 3px 2px #cf017d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,1,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf017d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cf017d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf017d;
  box-shadow:         1px 1px 3px 2px #cf017d;">
Div content here</div>

This div box has shadow with color #cf017d


Comments

No comments written yet.

Please login to write comment.