Color Hex Logo

#d15aea Color Hex

#D15AEA
(209,90,234)
0 Favorites   0 Comments

Color spaces of #d15aea

RGB 20990234
HSL0.800.770.64
HSV290°62°92°
CMYK 0.110.620.00   0.08
XYZ44.801926.808280.6551
Yxy26.80820.29420.1761
Hunter Lab51.776663.8455-56.1154
CIE-Lab58.796466.7270-52.0027

#d15aea color RGB value is (209,90,234).

#d15aea hex color red value is 209, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d15aea hue: 0.80 , saturation: 0.77 and the lightness value of d15aea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11101010
Octal 321 132 352
Decimal 209 90 234
Hex D1 5A EA

RGB Percentages of Color #d15aea

%39.21
%16.89
%43.90

CMYK Percentages of Color #d15aea

%11
%62
%0
%8

Triadic Colors of #d15aea

#d15aea #ead15a #5aead1

Analogous Colors of #d15aea

#d15aea #ea5abb #895aea

Monochromatic Colors of #d15aea

#d15aea

Complementary Color

#d15aea #73ea5a

#d15aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15aea Color CSS Codes

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

#d15aea Text Font Color

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

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


#d15aea Background Color

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

This div background color is #d15aea


#d15aea Border Color

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

This div border color is #d15aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15aea


Comments

No comments written yet.

Please login to write comment.