Color Hex Logo

#cf8cdd Color Hex

#CF8CDD
(207,140,221)
0 Favorites   0 Comments

Color spaces of #cf8cdd

RGB 207140221
HSL0.800.540.71
HSV290°37°87°
CMYK 0.060.370.00   0.13
XYZ48.161437.242073.0567
Yxy37.24200.30390.2350
Hunter Lab61.026234.0749-28.2598
CIE-Lab67.458238.8844-31.1974

#cf8cdd color RGB value is (207,140,221).

#cf8cdd hex color red value is 207, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf8cdd hue: 0.80 , saturation: 0.54 and the lightness value of cf8cdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001100 11011101
Octal 317 214 335
Decimal 207 140 221
Hex CF 8C DD

RGB Percentages of Color #cf8cdd

%36.44
%24.65
%38.91

CMYK Percentages of Color #cf8cdd

%6
%37
%0
%13

Triadic Colors of #cf8cdd

#cf8cdd #ddcf8c #8cddcf

Analogous Colors of #cf8cdd

#cf8cdd #dd8cc3 #a78cdd

Monochromatic Colors of #cf8cdd

#cf8cdd

Complementary Color

#cf8cdd #9add8c

#cf8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8cdd Color CSS Codes

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

#cf8cdd Text Font Color

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

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


#cf8cdd Background Color

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

This div background color is #cf8cdd


#cf8cdd Border Color

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

This div border color is #cf8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8cdd


Comments

No comments written yet.

Please login to write comment.