Color Hex Logo

#d85ae7 Color Hex

#D85AE7
(216,90,231)
0 Favorites   0 Comments

Color spaces of #d85ae7

RGB 21690231
HSL0.820.750.63
HSV294°61°91°
CMYK 0.060.610.00   0.09
XYZ46.398927.680878.4987
Yxy27.68080.30410.1814
Hunter Lab52.612565.3468-51.6328
CIE-Lab59.599367.8360-48.9911

#d85ae7 color RGB value is (216,90,231).

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

The process color (four color CMYK) of #d85ae7 color hex is 0.06, 0.61, 0.00, 0.09. Web safe color of #d85ae7 is #cc66ff. Color #d85ae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11100111
Octal 330 132 347
Decimal 216 90 231
Hex D8 5A E7

RGB Percentages of Color #d85ae7

%40.22
%16.76
%43.02

CMYK Percentages of Color #d85ae7

%6
%61
%0
%9

Triadic Colors of #d85ae7

#d85ae7 #e7d85a #5ae7d8

Analogous Colors of #d85ae7

#d85ae7 #e75ab0 #925ae7

Monochromatic Colors of #d85ae7

#d85ae7

Complementary Color

#d85ae7 #69e75a

#d85ae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85ae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85ae7 Color CSS Codes

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

#d85ae7 Text Font Color

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

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


#d85ae7 Background Color

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

This div background color is #d85ae7


#d85ae7 Border Color

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

This div border color is #d85ae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85ae7


Comments

No comments written yet.

Please login to write comment.