Color Hex Logo

#d58eea Color Hex

#D58EEA
(213,142,234)
0 Favorites   0 Comments

Color spaces of #d58eea

RGB 213142234
HSL0.800.690.74
HSV286°39°92°
CMYK 0.090.390.00   0.08
XYZ51.964939.432682.7143
Yxy39.43260.29850.2265
Hunter Lab62.795437.8217-34.1402
CIE-Lab69.063542.1938-35.8279

#d58eea color RGB value is (213,142,234).

#d58eea hex color red value is 213, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d58eea hue: 0.80 , saturation: 0.69 and the lightness value of d58eea is 0.74.

The process color (four color CMYK) of #d58eea color hex is 0.09, 0.39, 0.00, 0.08. Web safe color of #d58eea is #cc99ff. Color #d58eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11101010
Octal 325 216 352
Decimal 213 142 234
Hex D5 8E EA

RGB Percentages of Color #d58eea

%36.16
%24.11
%39.73

CMYK Percentages of Color #d58eea

%9
%39
%0
%8

Triadic Colors of #d58eea

#d58eea #ead58e #8eead5

Analogous Colors of #d58eea

#d58eea #ea8ed1 #a78eea

Monochromatic Colors of #d58eea

#d58eea

Complementary Color

#d58eea #a3ea8e

#d58eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58eea Color CSS Codes

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

#d58eea Text Font Color

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

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


#d58eea Background Color

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

This div background color is #d58eea


#d58eea Border Color

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

This div border color is #d58eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58eea


Comments

No comments written yet.

Please login to write comment.