Color Hex Logo

#d960eb Color Hex

#D960EB
(217,96,235)
0 Favorites   0 Comments

Color spaces of #d960eb

RGB 21796235
HSL0.810.780.65
HSV292°59°92°
CMYK 0.080.590.00   0.08
XYZ47.793529.115681.6981
Yxy29.11560.30130.1836
Hunter Lab53.958963.6765-51.9986
CIE-Lab60.883566.2059-49.1809

#d960eb color RGB value is (217,96,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11101011
Octal 331 140 353
Decimal 217 96 235
Hex D9 60 EB

RGB Percentages of Color #d960eb

%39.60
%17.52
%42.88

CMYK Percentages of Color #d960eb

%8
%59
%0
%8

Triadic Colors of #d960eb

#d960eb #ebd960 #60ebd9

Analogous Colors of #d960eb

#d960eb #eb60b8 #9460eb

Monochromatic Colors of #d960eb

#d960eb

Complementary Color

#d960eb #72eb60

#d960eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960eb Color CSS Codes

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

#d960eb Text Font Color

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

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


#d960eb Background Color

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

This div background color is #d960eb


#d960eb Border Color

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

This div border color is #d960eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960eb


Comments

No comments written yet.

Please login to write comment.