Color Hex Logo

#cf88cb Color Hex

#CF88CB
(207,136,203)
0 Favorites   0 Comments

Color spaces of #cf88cb

RGB 207136203
HSL0.840.430.67
HSV303°34°81°
CMYK 0.000.340.02   0.19
XYZ45.315835.185560.9030
Yxy35.18550.32050.2488
Hunter Lab59.317432.5606-19.3527
CIE-Lab65.892837.6210-23.5924

#cf88cb color RGB value is (207,136,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 11001011
Octal 317 210 313
Decimal 207 136 203
Hex CF 88 CB

RGB Percentages of Color #cf88cb

%37.91
%24.91
%37.18

CMYK Percentages of Color #cf88cb

%0
%34
%2
%19

Triadic Colors of #cf88cb

#cf88cb #cbcf88 #88cbcf

Analogous Colors of #cf88cb

#cf88cb #cf88a8 #b088cf

Monochromatic Colors of #cf88cb

#cf88cb

Complementary Color

#cf88cb #88cf8c

#cf88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88cb Color CSS Codes

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

#cf88cb Text Font Color

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

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


#cf88cb Background Color

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

This div background color is #cf88cb


#cf88cb Border Color

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

This div border color is #cf88cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88cb


Comments

No comments written yet.

Please login to write comment.