Color Hex Logo

#d15dbb Color Hex

#D15DBB
(209,93,187)
0 Favorites   0 Comments

Color spaces of #d15dbb

RGB 20993187
HSL0.860.560.59
HSV311°56°82°
CMYK 0.000.560.11   0.18
XYZ39.178524.971949.7688
Yxy24.97190.34390.2192
Hunter Lab49.971952.4951-24.0687
CIE-Lab57.048057.2493-28.1172

#d15dbb color RGB value is (209,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011101 10111011
Octal 321 135 273
Decimal 209 93 187
Hex D1 5D BB

RGB Percentages of Color #d15dbb

%42.74
%19.02
%38.24

CMYK Percentages of Color #d15dbb

%0
%56
%11
%18

Triadic Colors of #d15dbb

#d15dbb #bbd15d #5dbbd1

Analogous Colors of #d15dbb

#d15dbb #d15d81 #ad5dd1

Monochromatic Colors of #d15dbb

#d15dbb

Complementary Color

#d15dbb #5dd173

#d15dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15dbb Color CSS Codes

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

#d15dbb Text Font Color

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

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


#d15dbb Background Color

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

This div background color is #d15dbb


#d15dbb Border Color

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

This div border color is #d15dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15dbb


Comments

No comments written yet.

Please login to write comment.