Color Hex Logo

#cf8edc Color Hex

#CF8EDC
(207,142,220)
0 Favorites   0 Comments

Color spaces of #cf8edc

RGB 207142220
HSL0.810.530.71
HSV290°35°86°
CMYK 0.060.350.00   0.14
XYZ48.323437.778772.4552
Yxy37.77870.30480.2383
Hunter Lab61.464432.7743-26.8669
CIE-Lab67.857237.6110-30.0276

#cf8edc color RGB value is (207,142,220).

#cf8edc hex color red value is 207, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cf8edc hue: 0.81 , saturation: 0.53 and the lightness value of cf8edc is 0.71.

The process color (four color CMYK) of #cf8edc color hex is 0.06, 0.35, 0.00, 0.14. Web safe color of #cf8edc is #cc99cc. Color #cf8edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001110 11011100
Octal 317 216 334
Decimal 207 142 220
Hex CF 8E DC

RGB Percentages of Color #cf8edc

%36.38
%24.96
%38.66

CMYK Percentages of Color #cf8edc

%6
%35
%0
%14

Triadic Colors of #cf8edc

#cf8edc #dccf8e #8edccf

Analogous Colors of #cf8edc

#cf8edc #dc8ec2 #a88edc

Monochromatic Colors of #cf8edc

#cf8edc

Complementary Color

#cf8edc #9bdc8e

#cf8edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8edc Color CSS Codes

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

#cf8edc Text Font Color

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

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


#cf8edc Background Color

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

This div background color is #cf8edc


#cf8edc Border Color

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

This div border color is #cf8edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8edc


Comments

No comments written yet.

Please login to write comment.