Color Hex Logo

#d85ae1 Color Hex

#D85AE1
(216,90,225)
0 Favorites   0 Comments

Color spaces of #d85ae1

RGB 21690225
HSL0.820.690.62
HSV296°60°88°
CMYK 0.040.600.00   0.12
XYZ45.565727.347574.1112
Yxy27.34750.30990.1860
Hunter Lab52.294864.0152-47.4182
CIE-Lab59.294666.7783-46.1109

#d85ae1 color RGB value is (216,90,225).

#d85ae1 hex color red value is 216, green value is 90 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d85ae1 hue: 0.82 , saturation: 0.69 and the lightness value of d85ae1 is 0.62.

The process color (four color CMYK) of #d85ae1 color hex is 0.04, 0.60, 0.00, 0.12. Web safe color of #d85ae1 is #cc66cc. Color #d85ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11100001
Octal 330 132 341
Decimal 216 90 225
Hex D8 5A E1

RGB Percentages of Color #d85ae1

%40.68
%16.95
%42.37

CMYK Percentages of Color #d85ae1

%4
%60
%0
%12

Triadic Colors of #d85ae1

#d85ae1 #e1d85a #5ae1d8

Analogous Colors of #d85ae1

#d85ae1 #e15aa7 #955ae1

Monochromatic Colors of #d85ae1

#d85ae1

Complementary Color

#d85ae1 #63e15a

#d85ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ae1 Color CSS Codes

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

#d85ae1 Text Font Color

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

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


#d85ae1 Background Color

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

This div background color is #d85ae1


#d85ae1 Border Color

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

This div border color is #d85ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,90,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d85ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d85ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #d85ae1;
  box-shadow:         1px 1px 3px 2px #d85ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,90,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ae1


Comments

No comments written yet.

Please login to write comment.