Color Hex Logo

#e713db Color Hex

#E713DB
(231,19,219)
0 Favorites   0 Comments

Color spaces of #e713db

RGB 23119219
HSL0.840.850.49
HSV303°92°91°
CMYK 0.000.920.05   0.09
XYZ45.974122.569168.9510
Yxy22.56910.33440.1641
Hunter Lab47.506989.6034-52.7979
CIE-Lab54.625788.0686-49.9790

#e713db color RGB value is (231,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 11011011
Octal 347 23 333
Decimal 231 19 219
Hex E7 13 DB

RGB Percentages of Color #e713db

%49.25
%4.05
%46.70

CMYK Percentages of Color #e713db

%0
%92
%5
%9

Triadic Colors of #e713db

#e713db #dbe713 #13dbe7

Analogous Colors of #e713db

#e713db #e71371 #8913e7

Monochromatic Colors of #e713db

#e713db

Complementary Color

#e713db #13e71f

#e713db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713db Color CSS Codes

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

#e713db Text Font Color

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

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


#e713db Background Color

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

This div background color is #e713db


#e713db Border Color

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

This div border color is #e713db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713db


Comments

No comments written yet.

Please login to write comment.