Color Hex Logo

#cf8eda Color Hex

#CF8EDA
(207,142,218)
0 Favorites   0 Comments

Color spaces of #cf8eda

RGB 207142218
HSL0.810.510.71
HSV291°35°85°
CMYK 0.050.350.00   0.15
XYZ48.060037.673471.0683
Yxy37.67340.30650.2403
Hunter Lab61.378732.3543-25.6848
CIE-Lab67.779237.2208-29.0408

#cf8eda color RGB value is (207,142,218).

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

The process color (four color CMYK) of #cf8eda color hex is 0.05, 0.35, 0.00, 0.15. Web safe color of #cf8eda is #cc99cc. Color #cf8eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001110 11011010
Octal 317 216 332
Decimal 207 142 218
Hex CF 8E DA

RGB Percentages of Color #cf8eda

%36.51
%25.04
%38.45

CMYK Percentages of Color #cf8eda

%5
%35
%0
%15

Triadic Colors of #cf8eda

#cf8eda #dacf8e #8edacf

Analogous Colors of #cf8eda

#cf8eda #da8ebf #a98eda

Monochromatic Colors of #cf8eda

#cf8eda

Complementary Color

#cf8eda #99da8e

#cf8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8eda Color CSS Codes

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

#cf8eda Text Font Color

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

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


#cf8eda Background Color

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

This div background color is #cf8eda


#cf8eda Border Color

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

This div border color is #cf8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8eda


Comments

No comments written yet.

Please login to write comment.