Color Hex Logo

#cf88af Color Hex

#CF88AF
(207,136,175)
0 Favorites   0 Comments

Color spaces of #cf88af

RGB 207136175
HSL0.910.430.67
HSV327°34°81°
CMYK 0.000.340.15   0.19
XYZ42.274133.968944.8860
Yxy33.96890.34900.2804
Hunter Lab58.282827.4758-4.8637
CIE-Lab64.937932.7945-9.3013

#cf88af color RGB value is (207,136,175).

#cf88af hex color red value is 207, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cf88af hue: 0.91 , saturation: 0.43 and the lightness value of cf88af is 0.67.

The process color (four color CMYK) of #cf88af color hex is 0.00, 0.34, 0.15, 0.19. Web safe color of #cf88af is #cc9999. Color #cf88af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 10101111
Octal 317 210 257
Decimal 207 136 175
Hex CF 88 AF

RGB Percentages of Color #cf88af

%39.96
%26.25
%33.78

CMYK Percentages of Color #cf88af

%0
%34
%15
%19

Triadic Colors of #cf88af

#cf88af #afcf88 #88afcf

Analogous Colors of #cf88af

#cf88af #cf888c #cc88cf

Monochromatic Colors of #cf88af

#cf88af

Complementary Color

#cf88af #88cfa8

#cf88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88af Color CSS Codes

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

#cf88af Text Font Color

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

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


#cf88af Background Color

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

This div background color is #cf88af


#cf88af Border Color

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

This div border color is #cf88af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88af


Comments

No comments written yet.

Please login to write comment.