Color Hex Logo

#cf84dd Color Hex

#CF84DD
(207,132,221)
0 Favorites   0 Comments

Color spaces of #cf84dd

RGB 207132221
HSL0.810.570.69
HSV291°40°87°
CMYK 0.060.400.00   0.13
XYZ47.034534.988472.6811
Yxy34.98840.30400.2262
Hunter Lab59.151038.4218-31.4462
CIE-Lab65.739643.1584-33.8598

#cf84dd color RGB value is (207,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 11011101
Octal 317 204 335
Decimal 207 132 221
Hex CF 84 DD

RGB Percentages of Color #cf84dd

%36.96
%23.57
%39.46

CMYK Percentages of Color #cf84dd

%6
%40
%0
%13

Triadic Colors of #cf84dd

#cf84dd #ddcf84 #84ddcf

Analogous Colors of #cf84dd

#cf84dd #dd84bf #a384dd

Monochromatic Colors of #cf84dd

#cf84dd

Complementary Color

#cf84dd #92dd84

#cf84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf84dd Color CSS Codes

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

#cf84dd Text Font Color

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

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


#cf84dd Background Color

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

This div background color is #cf84dd


#cf84dd Border Color

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

This div border color is #cf84dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,132,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 #cf84dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf84dd


Comments

No comments written yet.

Please login to write comment.