Color Hex Logo

#e602af Color Hex

#E602AF
(230,2,175)
0 Favorites   0 Comments

Color spaces of #e602af

RGB 2302175
HSL0.870.980.45
HSV314°99°90°
CMYK 0.000.990.24   0.10
XYZ40.392719.961642.2815
Yxy19.96160.39360.1945
Hunter Lab44.678483.1905-24.8343
CIE-Lab51.793883.7021-29.0270

#e602af color RGB value is (230,2,175).

#e602af hex color red value is 230, green value is 2 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e602af hue: 0.87 , saturation: 0.98 and the lightness value of e602af is 0.45.

The process color (four color CMYK) of #e602af color hex is 0.00, 0.99, 0.24, 0.10. Web safe color of #e602af is #ff0099. Color #e602af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000010 10101111
Octal 346 2 257
Decimal 230 2 175
Hex E6 2 AF

RGB Percentages of Color #e602af

%56.51
%0.49
%43.00

CMYK Percentages of Color #e602af

%0
%99
%24
%10

Triadic Colors of #e602af

#e602af #afe602 #02afe6

Analogous Colors of #e602af

#e602af #e6023d #ab02e6

Monochromatic Colors of #e602af

#e602af

Complementary Color

#e602af #02e639

#e602af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e602af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e602af Color CSS Codes

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

#e602af Text Font Color

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

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


#e602af Background Color

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

This div background color is #e602af


#e602af Border Color

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

This div border color is #e602af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e602af


Comments

No comments written yet.

Please login to write comment.