Color Hex Logo

#cf81ab Color Hex

#CF81AB
(207,129,171)
0 Favorites   0 Comments

Color spaces of #cf81ab

RGB 207129171
HSL0.910.450.66
HSV328°38°81°
CMYK 0.000.380.17   0.19
XYZ40.933131.906242.5292
Yxy31.90620.35480.2766
Hunter Lab56.485630.5029-5.1008
CIE-Lab63.265335.9249-9.5329

#cf81ab color RGB value is (207,129,171).

#cf81ab hex color red value is 207, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf81ab hue: 0.91 , saturation: 0.45 and the lightness value of cf81ab is 0.66.

The process color (four color CMYK) of #cf81ab color hex is 0.00, 0.38, 0.17, 0.19. Web safe color of #cf81ab is #cc9999. Color #cf81ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000001 10101011
Octal 317 201 253
Decimal 207 129 171
Hex CF 81 AB

RGB Percentages of Color #cf81ab

%40.83
%25.44
%33.73

CMYK Percentages of Color #cf81ab

%0
%38
%17
%19

Triadic Colors of #cf81ab

#cf81ab #abcf81 #81abcf

Analogous Colors of #cf81ab

#cf81ab #cf8184 #cc81cf

Monochromatic Colors of #cf81ab

#cf81ab

Complementary Color

#cf81ab #81cfa5

#cf81ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf81ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf81ab Color CSS Codes

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

#cf81ab Text Font Color

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

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


#cf81ab Background Color

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

This div background color is #cf81ab


#cf81ab Border Color

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

This div border color is #cf81ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,129,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 #cf81ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf81ab


Comments

No comments written yet.

Please login to write comment.