color codes Logo

#e710af color codes

#E710AF
(231,16,175)
0 Favorites   0 Comments

Color spaces of #e710af

RGB 23116175
HSL0.880.870.48
HSV316°93°91°
CMYK 0.000.930.24   0.09
XYZ40.878220.454742.3511
Yxy20.45470.39430.1973
Hunter Lab45.226982.1898-23.8612
CIE-Lab52.347582.8156-28.1524

#e710af color RGB value is (231,16,175).

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

The process color (four color CMYK) of #e710af color code is 0.00, 0.93, 0.24, 0.09. Web safe color of #e710af is #ff0099. Color #e710af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 10101111
Octal 347 20 257
Decimal 231 16 175
Hex E7 10 AF

RGB Percentages of Color #e710af

%54.74
%3.79
%41.47

CMYK Percentages of Color #e710af

%0
%93
%24
%9

Triadic Colors of #e710af

#e710af #afe710 #10afe7

Analogous Colors of #e710af

#e710af #e71044 #b410e7

Monochromatic Colors of #e710af

#e710af

Complementary Color

#e710af #10e748

#e710af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e710af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e710af Color CSS Codes

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

#e710af Text Font Color

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

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


#e710af Background Color

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

This div background color is #e710af


#e710af Border Color

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

This div border color is #e710af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e710af


Comments

No comments written yet.

Please login to write comment.