Color Hex Logo

#e713af Color Hex

#E713AF
(231,19,175)
0 Favorites   0 Comments

Color spaces of #e713af

RGB 23119175
HSL0.880.850.49
HSV316°92°91°
CMYK 0.000.920.24   0.09
XYZ40.925720.549842.3669
Yxy20.54980.39410.1979
Hunter Lab45.331981.8193-23.6797
CIE-Lab52.453282.5059-27.9882

#e713af color RGB value is (231,19,175).

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

The process color (four color CMYK) of #e713af color hex is 0.00, 0.92, 0.24, 0.09. Web safe color of #e713af is #ff0099. Color #e713af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 10101111
Octal 347 23 257
Decimal 231 19 175
Hex E7 13 AF

RGB Percentages of Color #e713af

%54.35
%4.47
%41.18

CMYK Percentages of Color #e713af

%0
%92
%24
%9

Triadic Colors of #e713af

#e713af #afe713 #13afe7

Analogous Colors of #e713af

#e713af #e71345 #b513e7

Monochromatic Colors of #e713af

#e713af

Complementary Color

#e713af #13e74b

#e713af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713af Color CSS Codes

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

#e713af Text Font Color

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

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


#e713af Background Color

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

This div background color is #e713af


#e713af Border Color

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

This div border color is #e713af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713af


Comments

No comments written yet.

Please login to write comment.