Color Hex Logo

#d619eb Color Hex

#D619EB
(214,25,235)
0 Favorites   0 Comments

Color spaces of #d619eb

RGB 21425235
HSL0.820.840.51
HSV294°89°92°
CMYK 0.090.890.00   0.08
XYZ43.074620.989680.3784
Yxy20.98960.29820.1453
Hunter Lab45.814487.6501-71.9504
CIE-Lab52.938186.9117-61.8960

#d619eb color RGB value is (214,25,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011001 11101011
Octal 326 31 353
Decimal 214 25 235
Hex D6 19 EB

RGB Percentages of Color #d619eb

%45.15
%5.27
%49.58

CMYK Percentages of Color #d619eb

%9
%89
%0
%8

Triadic Colors of #d619eb

#d619eb #ebd619 #19ebd6

Analogous Colors of #d619eb

#d619eb #eb1997 #6d19eb

Monochromatic Colors of #d619eb

#d619eb

Complementary Color

#d619eb #2eeb19

#d619eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d619eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d619eb Color CSS Codes

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

#d619eb Text Font Color

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

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


#d619eb Background Color

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

This div background color is #d619eb


#d619eb Border Color

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

This div border color is #d619eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d619eb


Comments

No comments written yet.

Please login to write comment.