Color Hex Logo

#d15bbb Color Hex

#D15BBB
(209,91,187)
0 Favorites   0 Comments

Color spaces of #d15bbb

RGB 20991187
HSL0.860.560.59
HSV311°56°82°
CMYK 0.000.560.11   0.18
XYZ39.005224.625349.7111
Yxy24.62530.34410.2173
Hunter Lab49.623953.4622-24.6575
CIE-Lab56.708558.1634-28.6430

#d15bbb color RGB value is (209,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 10111011
Octal 321 133 273
Decimal 209 91 187
Hex D1 5B BB

RGB Percentages of Color #d15bbb

%42.92
%18.69
%38.40

CMYK Percentages of Color #d15bbb

%0
%56
%11
%18

Triadic Colors of #d15bbb

#d15bbb #bbd15b #5bbbd1

Analogous Colors of #d15bbb

#d15bbb #d15b80 #ac5bd1

Monochromatic Colors of #d15bbb

#d15bbb

Complementary Color

#d15bbb #5bd171

#d15bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15bbb Color CSS Codes

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

#d15bbb Text Font Color

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

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


#d15bbb Background Color

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

This div background color is #d15bbb


#d15bbb Border Color

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

This div border color is #d15bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,91,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 #d15bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15bbb


Comments

No comments written yet.

Please login to write comment.