Color Hex Logo

#d58eec Color Hex

#D58EEC
(213,142,236)
0 Favorites   0 Comments

Color spaces of #d58eec

RGB 213142236
HSL0.790.710.74
HSV285°40°93°
CMYK 0.100.400.00   0.07
XYZ52.253939.548384.2364
Yxy39.54830.29680.2247
Hunter Lab62.887438.2647-35.3965
CIE-Lab69.146642.5921-36.7972

#d58eec color RGB value is (213,142,236).

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

The process color (four color CMYK) of #d58eec color hex is 0.10, 0.40, 0.00, 0.07. Web safe color of #d58eec is #cc99ff. Color #d58eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11101100
Octal 325 216 354
Decimal 213 142 236
Hex D5 8E EC

RGB Percentages of Color #d58eec

%36.04
%24.03
%39.93

CMYK Percentages of Color #d58eec

%10
%40
%0
%7

Triadic Colors of #d58eec

#d58eec #ecd58e #8eecd5

Analogous Colors of #d58eec

#d58eec #ec8ed4 #a68eec

Monochromatic Colors of #d58eec

#d58eec

Complementary Color

#d58eec #a5ec8e

#d58eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58eec Color CSS Codes

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

#d58eec Text Font Color

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

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


#d58eec Background Color

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

This div background color is #d58eec


#d58eec Border Color

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

This div border color is #d58eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58eec


Comments

No comments written yet.

Please login to write comment.