Color Hex Logo

#e613db Color Hex

#E613DB
(230,19,219)
0 Favorites   0 Comments

Color spaces of #e613db

RGB 23019219
HSL0.840.850.49
HSV303°92°90°
CMYK 0.000.920.05   0.10
XYZ45.652222.403268.9359
Yxy22.40320.33320.1635
Hunter Lab47.332089.3340-53.2195
CIE-Lab54.452287.8982-50.2655

#e613db color RGB value is (230,19,219).

#e613db hex color red value is 230, green value is 19 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e613db hue: 0.84 , saturation: 0.85 and the lightness value of e613db is 0.49.

The process color (four color CMYK) of #e613db color hex is 0.00, 0.92, 0.05, 0.10. Web safe color of #e613db is #ff00cc. Color #e613db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 11011011
Octal 346 23 333
Decimal 230 19 219
Hex E6 13 DB

RGB Percentages of Color #e613db

%49.15
%4.06
%46.79

CMYK Percentages of Color #e613db

%0
%92
%5
%10

Triadic Colors of #e613db

#e613db #dbe613 #13dbe6

Analogous Colors of #e613db

#e613db #e61372 #8813e6

Monochromatic Colors of #e613db

#e613db

Complementary Color

#e613db #13e61e

#e613db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613db Color CSS Codes

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

#e613db Text Font Color

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

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


#e613db Background Color

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

This div background color is #e613db


#e613db Border Color

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

This div border color is #e613db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,19,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e613db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e613db;
  -webkit-box-shadow: 1px 1px 3px 2px #e613db;
  box-shadow:         1px 1px 3px 2px #e613db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,19,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e613db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613db


Comments

No comments written yet.

Please login to write comment.