Color Hex Logo

#d59cef Color Hex

#D59CEF
(213,156,239)
0 Favorites   0 Comments

Color spaces of #d59cef

RGB 213156239
HSL0.780.720.77
HSV281°35°94°
CMYK 0.110.350.00   0.06
XYZ54.909044.155187.2901
Yxy44.15510.29460.2369
Hunter Lab66.449331.2135-31.3709
CIE-Lab72.332035.6849-33.4974

#d59cef color RGB value is (213,156,239).

#d59cef hex color red value is 213, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d59cef hue: 0.78 , saturation: 0.72 and the lightness value of d59cef is 0.77.

The process color (four color CMYK) of #d59cef color hex is 0.11, 0.35, 0.00, 0.06. Web safe color of #d59cef is #cc99ff. Color #d59cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11101111
Octal 325 234 357
Decimal 213 156 239
Hex D5 9C EF

RGB Percentages of Color #d59cef

%35.03
%25.66
%39.31

CMYK Percentages of Color #d59cef

%11
%35
%0
%6

Triadic Colors of #d59cef

#d59cef #efd59c #9cefd5

Analogous Colors of #d59cef

#d59cef #ef9ce0 #ac9cef

Monochromatic Colors of #d59cef

#d59cef

Complementary Color

#d59cef #b6ef9c

#d59cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59cef Color CSS Codes

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

#d59cef Text Font Color

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

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


#d59cef Background Color

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

This div background color is #d59cef


#d59cef Border Color

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

This div border color is #d59cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59cef


Comments

No comments written yet.

Please login to write comment.