Color Hex Logo

#d916eb Color Hex

#D916EB
(217,22,235)
0 Favorites   0 Comments

Color spaces of #d916eb

RGB 21722235
HSL0.820.840.50
HSV295°91°92°
CMYK 0.080.910.00   0.08
XYZ43.897621.323780.3995
Yxy21.32370.30150.1464
Hunter Lab46.177688.8759-70.9051
CIE-Lab53.302087.7739-61.2844

#d916eb color RGB value is (217,22,235).

#d916eb hex color red value is 217, green value is 22 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d916eb hue: 0.82 , saturation: 0.84 and the lightness value of d916eb is 0.50.

The process color (four color CMYK) of #d916eb color hex is 0.08, 0.91, 0.00, 0.08. Web safe color of #d916eb is #cc00ff. Color #d916eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010110 11101011
Octal 331 26 353
Decimal 217 22 235
Hex D9 16 EB

RGB Percentages of Color #d916eb

%45.78
%4.64
%49.58

CMYK Percentages of Color #d916eb

%8
%91
%0
%8

Triadic Colors of #d916eb

#d916eb #ebd916 #16ebd9

Analogous Colors of #d916eb

#d916eb #eb1693 #6f16eb

Monochromatic Colors of #d916eb

#d916eb

Complementary Color

#d916eb #28eb16

#d916eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d916eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d916eb Color CSS Codes

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

#d916eb Text Font Color

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

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


#d916eb Background Color

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

This div background color is #d916eb


#d916eb Border Color

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

This div border color is #d916eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d916eb


Comments

No comments written yet.

Please login to write comment.