Color Hex Logo

#d95ebb Color Hex

#D95EBB
(217,94,187)
0 Favorites   0 Comments

Color spaces of #d95ebb

RGB 21794187
HSL0.870.620.61
HSV315°57°85°
CMYK 0.000.570.14   0.15
XYZ41.587626.345049.9069
Yxy26.34500.35290.2236
Hunter Lab51.327454.8053-21.7200
CIE-Lab58.363159.0569-25.9922

#d95ebb color RGB value is (217,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011110 10111011
Octal 331 136 273
Decimal 217 94 187
Hex D9 5E BB

RGB Percentages of Color #d95ebb

%43.57
%18.88
%37.55

CMYK Percentages of Color #d95ebb

%0
%57
%14
%15

Triadic Colors of #d95ebb

#d95ebb #bbd95e #5ebbd9

Analogous Colors of #d95ebb

#d95ebb #d95e7e #ba5ed9

Monochromatic Colors of #d95ebb

#d95ebb

Complementary Color

#d95ebb #5ed97c

#d95ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95ebb Color CSS Codes

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

#d95ebb Text Font Color

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

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


#d95ebb Background Color

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

This div background color is #d95ebb


#d95ebb Border Color

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

This div border color is #d95ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95ebb


Comments

No comments written yet.

Please login to write comment.