Color Hex Logo

#cf0eab Color Hex

#CF0EAB
(207,14,171)
0 Favorites   0 Comments

Color spaces of #cf0eab

RGB 20714171
HSL0.860.870.43
HSV311°93°81°
CMYK 0.000.930.17   0.19
XYZ33.239916.519739.9648
Yxy16.51970.37050.1841
Hunter Lab40.644474.8534-29.8475
CIE-Lab47.649177.9217-33.4579

#cf0eab color RGB value is (207,14,171).

#cf0eab hex color red value is 207, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf0eab hue: 0.86 , saturation: 0.87 and the lightness value of cf0eab is 0.43.

The process color (four color CMYK) of #cf0eab color hex is 0.00, 0.93, 0.17, 0.19. Web safe color of #cf0eab is #cc0099. Color #cf0eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00001110 10101011
Octal 317 16 253
Decimal 207 14 171
Hex CF E AB

RGB Percentages of Color #cf0eab

%52.81
%3.57
%43.62

CMYK Percentages of Color #cf0eab

%0
%93
%17
%19

Triadic Colors of #cf0eab

#cf0eab #abcf0e #0eabcf

Analogous Colors of #cf0eab

#cf0eab #cf0e4a #930ecf

Monochromatic Colors of #cf0eab

#cf0eab

Complementary Color

#cf0eab #0ecf32

#cf0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf0eab Color CSS Codes

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

#cf0eab Text Font Color

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

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


#cf0eab Background Color

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

This div background color is #cf0eab


#cf0eab Border Color

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

This div border color is #cf0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf0eab


Comments

No comments written yet.

Please login to write comment.