Color Hex Logo

#d95deb Color Hex

#D95DEB
(217,93,235)
0 Favorites   0 Comments

Color spaces of #d95deb

RGB 21793235
HSL0.810.780.64
HSV292°60°92°
CMYK 0.080.600.00   0.08
XYZ47.525028.578681.6086
Yxy28.57860.30130.1812
Hunter Lab53.459065.1333-53.0888
CIE-Lab60.407967.5100-49.9345

#d95deb color RGB value is (217,93,235).

#d95deb hex color red value is 217, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d95deb hue: 0.81 , saturation: 0.78 and the lightness value of d95deb is 0.64.

The process color (four color CMYK) of #d95deb color hex is 0.08, 0.60, 0.00, 0.08. Web safe color of #d95deb is #cc66ff. Color #d95deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011101 11101011
Octal 331 135 353
Decimal 217 93 235
Hex D9 5D EB

RGB Percentages of Color #d95deb

%39.82
%17.06
%43.12

CMYK Percentages of Color #d95deb

%8
%60
%0
%8

Triadic Colors of #d95deb

#d95deb #ebd95d #5debd9

Analogous Colors of #d95deb

#d95deb #eb5db6 #925deb

Monochromatic Colors of #d95deb

#d95deb

Complementary Color

#d95deb #6feb5d

#d95deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95deb Color CSS Codes

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

#d95deb Text Font Color

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

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


#d95deb Background Color

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

This div background color is #d95deb


#d95deb Border Color

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

This div border color is #d95deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95deb


Comments

No comments written yet.

Please login to write comment.