Color Hex Logo

#e762af Color Hex

#E762AF
(231,98,175)
0 Favorites   0 Comments

Color spaces of #e762af

RGB 23198175
HSL0.900.730.65
HSV325°58°91°
CMYK 0.000.580.24   0.09
XYZ45.060528.819443.7452
Yxy28.81940.38310.2450
Hunter Lab53.683755.8811-10.7350
CIE-Lab60.621959.6056-15.4707

#e762af color RGB value is (231,98,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10101111
Octal 347 142 257
Decimal 231 98 175
Hex E7 62 AF

RGB Percentages of Color #e762af

%45.83
%19.44
%34.72

CMYK Percentages of Color #e762af

%0
%58
%24
%9

Triadic Colors of #e762af

#e762af #afe762 #62afe7

Analogous Colors of #e762af

#e762af #e7626d #dd62e7

Monochromatic Colors of #e762af

#e762af

Complementary Color

#e762af #62e79a

#e762af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762af Color CSS Codes

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

#e762af Text Font Color

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

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


#e762af Background Color

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

This div background color is #e762af


#e762af Border Color

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

This div border color is #e762af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762af


Comments

No comments written yet.

Please login to write comment.