Color Hex Logo

#cf87dd Color Hex

#CF87DD
(207,135,221)
0 Favorites   0 Comments

Color spaces of #cf87dd

RGB 207135221
HSL0.810.560.70
HSV290°39°87°
CMYK 0.060.390.00   0.13
XYZ47.447235.813872.8186
Yxy35.81380.30400.2295
Hunter Lab59.844636.7938-30.2525
CIE-Lab66.377441.5627-32.8704

#cf87dd color RGB value is (207,135,221).

#cf87dd hex color red value is 207, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf87dd hue: 0.81 , saturation: 0.56 and the lightness value of cf87dd is 0.70.

The process color (four color CMYK) of #cf87dd color hex is 0.06, 0.39, 0.00, 0.13. Web safe color of #cf87dd is #cc99cc. Color #cf87dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000111 11011101
Octal 317 207 335
Decimal 207 135 221
Hex CF 87 DD

RGB Percentages of Color #cf87dd

%36.77
%23.98
%39.25

CMYK Percentages of Color #cf87dd

%6
%39
%0
%13

Triadic Colors of #cf87dd

#cf87dd #ddcf87 #87ddcf

Analogous Colors of #cf87dd

#cf87dd #dd87c0 #a487dd

Monochromatic Colors of #cf87dd

#cf87dd

Complementary Color

#cf87dd #95dd87

#cf87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf87dd Color CSS Codes

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

#cf87dd Text Font Color

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

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


#cf87dd Background Color

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

This div background color is #cf87dd


#cf87dd Border Color

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

This div border color is #cf87dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf87dd

#cf87dd Color Palettes


Comments

No comments written yet.

Please login to write comment.