Color Hex Logo

#cf87bf Color Hex

#CF87BF
(207,135,191)
0 Favorites   0 Comments

Color spaces of #cf87bf

RGB 207135191
HSL0.870.430.67
HSV313°35°81°
CMYK 0.000.350.08   0.19
XYZ43.800134.354953.6129
Yxy34.35490.33240.2607
Hunter Lab58.613130.8158-13.2030
CIE-Lab65.243336.0163-17.8560

#cf87bf color RGB value is (207,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 10111111
Octal 317 207 277
Decimal 207 135 191
Hex CF 87 BF

RGB Percentages of Color #cf87bf

%38.84
%25.33
%35.83

CMYK Percentages of Color #cf87bf

%0
%35
%8
%19

Triadic Colors of #cf87bf

#cf87bf #bfcf87 #87bfcf

Analogous Colors of #cf87bf

#cf87bf #cf879b #bb87cf

Monochromatic Colors of #cf87bf

#cf87bf

Complementary Color

#cf87bf #87cf97

#cf87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf87bf Color CSS Codes

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

#cf87bf Text Font Color

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

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


#cf87bf Background Color

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

This div background color is #cf87bf


#cf87bf Border Color

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

This div border color is #cf87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf87bf


Comments

No comments written yet.

Please login to write comment.