Color Hex Logo

#d959ba Color Hex

#D959BA
(217,89,186)
0 Favorites   0 Comments

Color spaces of #d959ba

RGB 21789186
HSL0.870.630.60
HSV315°59°85°
CMYK 0.000.590.14   0.15
XYZ41.050625.441649.2015
Yxy25.44160.35480.2199
Hunter Lab50.439757.0038-22.5268
CIE-Lab57.503261.1225-26.7448

#d959ba color RGB value is (217,89,186).

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

The process color (four color CMYK) of #d959ba color hex is 0.00, 0.59, 0.14, 0.15. Web safe color of #d959ba is #cc66cc. Color #d959ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 10111010
Octal 331 131 272
Decimal 217 89 186
Hex D9 59 BA

RGB Percentages of Color #d959ba

%44.11
%18.09
%37.80

CMYK Percentages of Color #d959ba

%0
%59
%14
%15

Triadic Colors of #d959ba

#d959ba #bad959 #59bad9

Analogous Colors of #d959ba

#d959ba #d9597a #b859d9

Monochromatic Colors of #d959ba

#d959ba

Complementary Color

#d959ba #59d978

#d959ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959ba Color CSS Codes

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

#d959ba Text Font Color

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

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


#d959ba Background Color

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

This div background color is #d959ba


#d959ba Border Color

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

This div border color is #d959ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959ba


Comments

No comments written yet.

Please login to write comment.