Color Hex Logo

#d516eb Color Hex

#D516EB
(213,22,235)
0 Favorites   0 Comments

Color spaces of #d516eb

RGB 21322235
HSL0.820.840.50
HSV294°91°92°
CMYK 0.090.910.00   0.08
XYZ42.722920.718180.3445
Yxy20.71810.29710.1441
Hunter Lab45.517187.8871-72.7936
CIE-Lab52.639687.1503-62.3852

#d516eb color RGB value is (213,22,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010110 11101011
Octal 325 26 353
Decimal 213 22 235
Hex D5 16 EB

RGB Percentages of Color #d516eb

%45.32
%4.68
%50.00

CMYK Percentages of Color #d516eb

%9
%91
%0
%8

Triadic Colors of #d516eb

#d516eb #ebd516 #16ebd5

Analogous Colors of #d516eb

#d516eb #eb1697 #6b16eb

Monochromatic Colors of #d516eb

#d516eb

Complementary Color

#d516eb #2ceb16

#d516eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d516eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d516eb Color CSS Codes

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

#d516eb Text Font Color

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

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


#d516eb Background Color

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

This div background color is #d516eb


#d516eb Border Color

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

This div border color is #d516eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d516eb


Comments

No comments written yet.

Please login to write comment.