Color Hex Logo

#e861af Color Hex

#E861AF
(232,97,175)
0 Favorites   0 Comments

Color spaces of #e861af

RGB 23297175
HSL0.900.750.65
HSV325°58°91°
CMYK 0.000.580.25   0.09
XYZ45.291328.800343.7293
Yxy28.80030.38440.2444
Hunter Lab53.665956.7296-10.7459
CIE-Lab60.605060.3431-15.4821

#e861af color RGB value is (232,97,175).

#e861af hex color red value is 232, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e861af hue: 0.90 , saturation: 0.75 and the lightness value of e861af is 0.65.

The process color (four color CMYK) of #e861af color hex is 0.00, 0.58, 0.25, 0.09. Web safe color of #e861af is #ff6699. Color #e861af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100001 10101111
Octal 350 141 257
Decimal 232 97 175
Hex E8 61 AF

RGB Percentages of Color #e861af

%46.03
%19.25
%34.72

CMYK Percentages of Color #e861af

%0
%58
%25
%9

Triadic Colors of #e861af

#e861af #afe861 #61afe8

Analogous Colors of #e861af

#e861af #e8616c #de61e8

Monochromatic Colors of #e861af

#e861af

Complementary Color

#e861af #61e89a

#e861af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e861af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e861af Color CSS Codes

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

#e861af Text Font Color

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

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


#e861af Background Color

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

This div background color is #e861af


#e861af Border Color

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

This div border color is #e861af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e861af


Comments

No comments written yet.

Please login to write comment.