Color Hex Logo

#e013db Color Hex

#E013DB
(224,19,219)
0 Favorites   0 Comments

Color spaces of #e013db

RGB 22419219
HSL0.840.840.48
HSV301°92°88°
CMYK 0.000.920.02   0.12
XYZ43.759521.427568.8474
Yxy21.42750.32650.1599
Hunter Lab46.289887.7354-55.7798
CIE-Lab53.414286.8843-51.9816

#e013db color RGB value is (224,19,219).

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

The process color (four color CMYK) of #e013db color hex is 0.00, 0.92, 0.02, 0.12. Web safe color of #e013db is #cc00cc. Color #e013db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010011 11011011
Octal 340 23 333
Decimal 224 19 219
Hex E0 13 DB

RGB Percentages of Color #e013db

%48.48
%4.11
%47.40

CMYK Percentages of Color #e013db

%0
%92
%2
%12

Triadic Colors of #e013db

#e013db #dbe013 #13dbe0

Analogous Colors of #e013db

#e013db #e01375 #7f13e0

Monochromatic Colors of #e013db

#e013db

Complementary Color

#e013db #13e018

#e013db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e013db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e013db Color CSS Codes

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

#e013db Text Font Color

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

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


#e013db Background Color

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

This div background color is #e013db


#e013db Border Color

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

This div border color is #e013db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e013db


Comments

No comments written yet.

Please login to write comment.