Color Hex Logo

#cf88bb Color Hex

#CF88BB
(207,136,187)
0 Favorites   0 Comments

Color spaces of #cf88bb

RGB 207136187
HSL0.880.430.67
HSV317°34°81°
CMYK 0.000.340.10   0.19
XYZ43.505934.461651.3724
Yxy34.46160.33640.2664
Hunter Lab58.704029.5554-10.7924
CIE-Lab65.327334.7875-15.4798

#cf88bb color RGB value is (207,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 10111011
Octal 317 210 273
Decimal 207 136 187
Hex CF 88 BB

RGB Percentages of Color #cf88bb

%39.06
%25.66
%35.28

CMYK Percentages of Color #cf88bb

%0
%34
%10
%19

Triadic Colors of #cf88bb

#cf88bb #bbcf88 #88bbcf

Analogous Colors of #cf88bb

#cf88bb #cf8898 #c088cf

Monochromatic Colors of #cf88bb

#cf88bb

Complementary Color

#cf88bb #88cf9c

#cf88bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88bb Color CSS Codes

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

#cf88bb Text Font Color

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

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


#cf88bb Background Color

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

This div background color is #cf88bb


#cf88bb Border Color

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

This div border color is #cf88bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88bb


Comments

No comments written yet.

Please login to write comment.