Color Hex Logo

#cf88ce Color Hex

#CF88CE
(207,136,206)
0 Favorites   0 Comments

Color spaces of #cf88ce

RGB 207136206
HSL0.840.430.67
HSV301°34°81°
CMYK 0.000.340.00   0.19
XYZ45.676935.329962.8044
Yxy35.32990.31760.2457
Hunter Lab59.439033.1532-21.0397
CIE-Lab66.004738.1736-25.0969

#cf88ce color RGB value is (207,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 11001110
Octal 317 210 316
Decimal 207 136 206
Hex CF 88 CE

RGB Percentages of Color #cf88ce

%37.70
%24.77
%37.52

CMYK Percentages of Color #cf88ce

%0
%34
%0
%19

Triadic Colors of #cf88ce

#cf88ce #cecf88 #88cecf

Analogous Colors of #cf88ce

#cf88ce #cf88ab #ad88cf

Monochromatic Colors of #cf88ce

#cf88ce

Complementary Color

#cf88ce #88cf89

#cf88ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88ce Color CSS Codes

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

#cf88ce Text Font Color

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

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


#cf88ce Background Color

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

This div background color is #cf88ce


#cf88ce Border Color

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

This div border color is #cf88ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88ce


Comments

No comments written yet.

Please login to write comment.