Color Hex Logo

#cf018e Color Hex

#CF018E
(207,1,142)
0 Favorites   0 Comments

Color spaces of #cf018e

RGB 2071142
HSL0.890.990.41
HSV319°100°81°
CMYK 0.001.000.31   0.19
XYZ30.625515.240126.9187
Yxy15.24010.42080.2094
Hunter Lab39.038671.7146-13.5559
CIE-Lab45.961375.7076-18.6945

#cf018e color RGB value is (207,1,142).

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

The process color (four color CMYK) of #cf018e color hex is 0.00, 1.00, 0.31, 0.19. Web safe color of #cf018e is #cc0099. Color #cf018e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000001 10001110
Octal 317 1 216
Decimal 207 1 142
Hex CF 1 8E

RGB Percentages of Color #cf018e

%59.14
%0.29
%40.57

CMYK Percentages of Color #cf018e

%0
%100
%31
%19

Triadic Colors of #cf018e

#cf018e #8ecf01 #018ecf

Analogous Colors of #cf018e

#cf018e #cf0127 #a901cf

Monochromatic Colors of #cf018e

#cf018e

Complementary Color

#cf018e #01cf42

#cf018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf018e Color CSS Codes

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

#cf018e Text Font Color

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

This sample text font color is #cf018e
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.


#cf018e Background Color

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

This div background color is #cf018e


#cf018e Border Color

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

This div border color is #cf018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf018e


Comments

No comments written yet.

Please login to write comment.