Color Hex Logo

#d15bac Color Hex

#D15BAC
(209,91,172)
0 Favorites   0 Comments

Color spaces of #d15bac

RGB 20991172
HSL0.890.560.59
HSV319°56°82°
CMYK 0.000.560.18   0.18
XYZ37.482024.016041.6898
Yxy24.01600.36320.2327
Hunter Lab49.006150.7638-16.1341
CIE-Lab56.103855.8688-20.9121

#d15bac color RGB value is (209,91,172).

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

The process color (four color CMYK) of #d15bac color hex is 0.00, 0.56, 0.18, 0.18. Web safe color of #d15bac is #cc6699. Color #d15bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 10101100
Octal 321 133 254
Decimal 209 91 172
Hex D1 5B AC

RGB Percentages of Color #d15bac

%44.28
%19.28
%36.44

CMYK Percentages of Color #d15bac

%0
%56
%18
%18

Triadic Colors of #d15bac

#d15bac #acd15b #5bacd1

Analogous Colors of #d15bac

#d15bac #d15b71 #bb5bd1

Monochromatic Colors of #d15bac

#d15bac

Complementary Color

#d15bac #5bd180

#d15bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15bac Color CSS Codes

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

#d15bac Text Font Color

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

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


#d15bac Background Color

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

This div background color is #d15bac


#d15bac Border Color

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

This div border color is #d15bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15bac


Comments

No comments written yet.

Please login to write comment.