Color Hex Logo

#d459ed Color Hex

#D459ED
(212,89,237)
0 Favorites   0 Comments

Color spaces of #d459ed

RGB 21289237
HSL0.810.800.64
HSV290°62°93°
CMYK 0.110.620.00   0.07
XYZ46.009827.256282.9568
Yxy27.25620.29450.1745
Hunter Lab52.207565.9468-57.6656
CIE-Lab59.210768.4071-52.9936

#d459ed color RGB value is (212,89,237).

#d459ed hex color red value is 212, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d459ed hue: 0.81 , saturation: 0.80 and the lightness value of d459ed is 0.64.

The process color (four color CMYK) of #d459ed color hex is 0.11, 0.62, 0.00, 0.07. Web safe color of #d459ed is #cc66ff. Color #d459ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011001 11101101
Octal 324 131 355
Decimal 212 89 237
Hex D4 59 ED

RGB Percentages of Color #d459ed

%39.41
%16.54
%44.05

CMYK Percentages of Color #d459ed

%11
%62
%0
%7

Triadic Colors of #d459ed

#d459ed #edd459 #59edd4

Analogous Colors of #d459ed

#d459ed #ed59bc #8a59ed

Monochromatic Colors of #d459ed

#d459ed

Complementary Color

#d459ed #72ed59

#d459ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d459ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d459ed Color CSS Codes

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

#d459ed Text Font Color

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

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


#d459ed Background Color

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

This div background color is #d459ed


#d459ed Border Color

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

This div border color is #d459ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,89,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d459ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d459ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d459ed;
  box-shadow:         1px 1px 3px 2px #d459ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,89,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d459ed


Comments

No comments written yet.

Please login to write comment.