Color Hex Logo

#d15ab9 Color Hex

#D15AB9
(209,90,185)
0 Favorites   0 Comments

Color spaces of #d15ab9

RGB 20990185
HSL0.870.560.59
HSV312°57°82°
CMYK 0.000.570.11   0.18
XYZ38.707624.370448.5628
Yxy24.37040.34670.2183
Hunter Lab49.366453.5686-23.7684
CIE-Lab56.456858.3011-27.8820

#d15ab9 color RGB value is (209,90,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 10111001
Octal 321 132 271
Decimal 209 90 185
Hex D1 5A B9

RGB Percentages of Color #d15ab9

%43.18
%18.60
%38.22

CMYK Percentages of Color #d15ab9

%0
%57
%11
%18

Triadic Colors of #d15ab9

#d15ab9 #b9d15a #5ab9d1

Analogous Colors of #d15ab9

#d15ab9 #d15a7e #ae5ad1

Monochromatic Colors of #d15ab9

#d15ab9

Complementary Color

#d15ab9 #5ad172

#d15ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15ab9 Color CSS Codes

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

#d15ab9 Text Font Color

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

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


#d15ab9 Background Color

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

This div background color is #d15ab9


#d15ab9 Border Color

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

This div border color is #d15ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15ab9


Comments

No comments written yet.

Please login to write comment.