Color Hex Logo

#d15abb Color Hex

#D15ABB
(209,90,187)
0 Favorites   0 Comments

Color spaces of #d15abb

RGB 20990187
HSL0.860.560.59
HSV311°57°82°
CMYK 0.000.570.11   0.18
XYZ38.920324.455549.6828
Yxy24.45550.34420.2163
Hunter Lab49.452553.9419-24.9494
CIE-Lab56.541058.6156-28.9026

#d15abb color RGB value is (209,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 10111011
Octal 321 132 273
Decimal 209 90 187
Hex D1 5A BB

RGB Percentages of Color #d15abb

%43.00
%18.52
%38.48

CMYK Percentages of Color #d15abb

%0
%57
%11
%18

Triadic Colors of #d15abb

#d15abb #bbd15a #5abbd1

Analogous Colors of #d15abb

#d15abb #d15a80 #ac5ad1

Monochromatic Colors of #d15abb

#d15abb

Complementary Color

#d15abb #5ad170

#d15abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15abb Color CSS Codes

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

#d15abb Text Font Color

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

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


#d15abb Background Color

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

This div background color is #d15abb


#d15abb Border Color

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

This div border color is #d15abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15abb


Comments

No comments written yet.

Please login to write comment.