Color Hex Logo

#d95be7 Color Hex

#D95BE7
(217,91,231)
0 Favorites   0 Comments

Color spaces of #d95be7

RGB 21791231
HSL0.820.740.63
HSV294°61°91°
CMYK 0.060.610.00   0.09
XYZ46.780228.003478.5409
Yxy28.00340.30510.1826
Hunter Lab52.918265.1887-50.9551
CIE-Lab59.891867.6505-48.5188

#d95be7 color RGB value is (217,91,231).

#d95be7 hex color red value is 217, green value is 91 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #d95be7 hue: 0.82 , saturation: 0.74 and the lightness value of d95be7 is 0.63.

The process color (four color CMYK) of #d95be7 color hex is 0.06, 0.61, 0.00, 0.09. Web safe color of #d95be7 is #cc66ff. Color #d95be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011011 11100111
Octal 331 133 347
Decimal 217 91 231
Hex D9 5B E7

RGB Percentages of Color #d95be7

%40.26
%16.88
%42.86

CMYK Percentages of Color #d95be7

%6
%61
%0
%9

Triadic Colors of #d95be7

#d95be7 #e7d95b #5be7d9

Analogous Colors of #d95be7

#d95be7 #e75baf #935be7

Monochromatic Colors of #d95be7

#d95be7

Complementary Color

#d95be7 #69e75b

#d95be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95be7 Color CSS Codes

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

#d95be7 Text Font Color

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

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


#d95be7 Background Color

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

This div background color is #d95be7


#d95be7 Border Color

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

This div border color is #d95be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95be7


Comments

No comments written yet.

Please login to write comment.