Color Hex Logo

#d95bbd Color Hex

#D95BBD
(217,91,189)
0 Favorites   0 Comments

Color spaces of #d95bbd

RGB 21791189
HSL0.870.620.60
HSV313°58°85°
CMYK 0.000.580.13   0.15
XYZ41.541725.908050.9554
Yxy25.90800.35080.2188
Hunter Lab50.899956.6071-23.7247
CIE-Lab57.949660.6994-27.7775

#d95bbd color RGB value is (217,91,189).

#d95bbd hex color red value is 217, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d95bbd hue: 0.87 , saturation: 0.62 and the lightness value of d95bbd is 0.60.

The process color (four color CMYK) of #d95bbd color hex is 0.00, 0.58, 0.13, 0.15. Web safe color of #d95bbd is #cc66cc. Color #d95bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011011 10111101
Octal 331 133 275
Decimal 217 91 189
Hex D9 5B BD

RGB Percentages of Color #d95bbd

%43.66
%18.31
%38.03

CMYK Percentages of Color #d95bbd

%0
%58
%13
%15

Triadic Colors of #d95bbd

#d95bbd #bdd95b #5bbdd9

Analogous Colors of #d95bbd

#d95bbd #d95b7e #b65bd9

Monochromatic Colors of #d95bbd

#d95bbd

Complementary Color

#d95bbd #5bd977

#d95bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95bbd Color CSS Codes

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

#d95bbd Text Font Color

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

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


#d95bbd Background Color

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

This div background color is #d95bbd


#d95bbd Border Color

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

This div border color is #d95bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95bbd


Comments

No comments written yet.

Please login to write comment.