Color Hex Logo

#d15abe Color Hex

#D15ABE
(209,90,190)
0 Favorites   0 Comments

Color spaces of #d15abe

RGB 20990190
HSL0.860.560.59
HSV310°57°82°
CMYK 0.000.570.09   0.18
XYZ39.244924.585351.3922
Yxy24.58530.34060.2134
Hunter Lab49.583654.5097-26.7442
CIE-Lab56.669159.0927-30.4277

#d15abe color RGB value is (209,90,190).

#d15abe hex color red value is 209, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d15abe hue: 0.86 , saturation: 0.56 and the lightness value of d15abe is 0.59.

The process color (four color CMYK) of #d15abe color hex is 0.00, 0.57, 0.09, 0.18. Web safe color of #d15abe is #cc66cc. Color #d15abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 10111110
Octal 321 132 276
Decimal 209 90 190
Hex D1 5A BE

RGB Percentages of Color #d15abe

%42.74
%18.40
%38.85

CMYK Percentages of Color #d15abe

%0
%57
%9
%18

Triadic Colors of #d15abe

#d15abe #bed15a #5abed1

Analogous Colors of #d15abe

#d15abe #d15a83 #a95ad1

Monochromatic Colors of #d15abe

#d15abe

Complementary Color

#d15abe #5ad16d

#d15abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15abe Color CSS Codes

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

#d15abe Text Font Color

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

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


#d15abe Background Color

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

This div background color is #d15abe


#d15abe Border Color

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

This div border color is #d15abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15abe


Comments

No comments written yet.

Please login to write comment.