Color Hex Logo

#cf96ab Color Hex

#CF96AB
(207,150,171)
0 Favorites   0 Comments

Color spaces of #cf96ab

RGB 207150171
HSL0.940.370.70
HSV338°28°81°
CMYK 0.000.280.17   0.19
XYZ43.989238.018443.5479
Yxy38.01840.35040.3028
Hunter Lab61.659119.44321.2866
CIE-Lab68.034224.5417-2.4688

#cf96ab color RGB value is (207,150,171).

#cf96ab hex color red value is 207, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf96ab hue: 0.94 , saturation: 0.37 and the lightness value of cf96ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 10101011
Octal 317 226 253
Decimal 207 150 171
Hex CF 96 AB

RGB Percentages of Color #cf96ab

%39.20
%28.41
%32.39

CMYK Percentages of Color #cf96ab

%0
%28
%17
%19

Triadic Colors of #cf96ab

#cf96ab #abcf96 #96abcf

Analogous Colors of #cf96ab

#cf96ab #cf9e96 #cf96c8

Monochromatic Colors of #cf96ab

#cf96ab

Complementary Color

#cf96ab #96cfba

#cf96ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf96ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf96ab Color CSS Codes

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

#cf96ab Text Font Color

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

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


#cf96ab Background Color

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

This div background color is #cf96ab


#cf96ab Border Color

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

This div border color is #cf96ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf96ab


Comments

No comments written yet.

Please login to write comment.