Color Hex Logo

#d519eb Color Hex

#D519EB
(213,25,235)
0 Favorites   0 Comments

Color spaces of #d519eb

RGB 21325235
HSL0.820.840.51
HSV294°89°92°
CMYK 0.090.890.00   0.08
XYZ42.783620.839680.3648
Yxy20.83960.29710.1447
Hunter Lab45.650487.4021-72.4212
CIE-Lab52.773586.7544-62.1696

#d519eb color RGB value is (213,25,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011001 11101011
Octal 325 31 353
Decimal 213 25 235
Hex D5 19 EB

RGB Percentages of Color #d519eb

%45.03
%5.29
%49.68

CMYK Percentages of Color #d519eb

%9
%89
%0
%8

Triadic Colors of #d519eb

#d519eb #ebd519 #19ebd5

Analogous Colors of #d519eb

#d519eb #eb1998 #6c19eb

Monochromatic Colors of #d519eb

#d519eb

Complementary Color

#d519eb #2feb19

#d519eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d519eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d519eb Color CSS Codes

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

#d519eb Text Font Color

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

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


#d519eb Background Color

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

This div background color is #d519eb


#d519eb Border Color

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

This div border color is #d519eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d519eb


Comments

No comments written yet.

Please login to write comment.