Color Hex Logo

#d67eda Color Hex

#D67EDA
(214,126,218)
0 Favorites   0 Comments

Color spaces of #d67eda

RGB 214126218
HSL0.830.550.67
HSV297°42°85°
CMYK 0.020.420.00   0.15
XYZ47.847334.279870.4245
Yxy34.27980.31360.2247
Hunter Lab58.549043.4129-30.3316
CIE-Lab65.184147.8183-32.9897

#d67eda color RGB value is (214,126,218).

#d67eda hex color red value is 214, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d67eda hue: 0.83 , saturation: 0.55 and the lightness value of d67eda is 0.67.

The process color (four color CMYK) of #d67eda color hex is 0.02, 0.42, 0.00, 0.15. Web safe color of #d67eda is #cc66cc. Color #d67eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 11011010
Octal 326 176 332
Decimal 214 126 218
Hex D6 7E DA

RGB Percentages of Color #d67eda

%38.35
%22.58
%39.07

CMYK Percentages of Color #d67eda

%2
%42
%0
%15

Triadic Colors of #d67eda

#d67eda #dad67e #7edad6

Analogous Colors of #d67eda

#d67eda #da7eb0 #a87eda

Monochromatic Colors of #d67eda

#d67eda

Complementary Color

#d67eda #82da7e

#d67eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67eda Color CSS Codes

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

#d67eda Text Font Color

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

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


#d67eda Background Color

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

This div background color is #d67eda


#d67eda Border Color

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

This div border color is #d67eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67eda


Comments

No comments written yet.

Please login to write comment.