Color Hex Logo

#d896eb Color Hex

#D896EB
(216,150,235)
0 Favorites   0 Comments

Color spaces of #d896eb

RGB 216150235
HSL0.800.680.75
HSV287°36°92°
CMYK 0.080.360.00   0.08
XYZ54.220642.409883.9254
Yxy42.40980.30030.2349
Hunter Lab65.122834.6524-30.8225
CIE-Lab71.152539.0214-33.1124

#d896eb color RGB value is (216,150,235).

#d896eb hex color red value is 216, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d896eb hue: 0.80 , saturation: 0.68 and the lightness value of d896eb is 0.75.

The process color (four color CMYK) of #d896eb color hex is 0.08, 0.36, 0.00, 0.08. Web safe color of #d896eb is #cc99ff. Color #d896eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010110 11101011
Octal 330 226 353
Decimal 216 150 235
Hex D8 96 EB

RGB Percentages of Color #d896eb

%35.94
%24.96
%39.10

CMYK Percentages of Color #d896eb

%8
%36
%0
%8

Triadic Colors of #d896eb

#d896eb #ebd896 #96ebd8

Analogous Colors of #d896eb

#d896eb #eb96d4 #ae96eb

Monochromatic Colors of #d896eb

#d896eb

Complementary Color

#d896eb #a9eb96

#d896eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d896eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d896eb Color CSS Codes

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

#d896eb Text Font Color

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

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


#d896eb Background Color

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

This div background color is #d896eb


#d896eb Border Color

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

This div border color is #d896eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d896eb


Comments

No comments written yet.

Please login to write comment.