Color Hex Logo

#e622af Color Hex

#E622AF
(230,34,175)
0 Favorites   0 Comments

Color spaces of #e622af

RGB 23034175
HSL0.880.800.52
HSV317°85°90°
CMYK 0.000.850.24   0.10
XYZ40.943021.062242.4649
Yxy21.06220.39190.2016
Hunter Lab45.893678.9313-22.7350
CIE-Lab53.017580.1268-27.1278

#e622af color RGB value is (230,34,175).

#e622af hex color red value is 230, green value is 34 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e622af hue: 0.88 , saturation: 0.80 and the lightness value of e622af is 0.52.

The process color (four color CMYK) of #e622af color hex is 0.00, 0.85, 0.24, 0.10. Web safe color of #e622af is #ff3399. Color #e622af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100010 10101111
Octal 346 42 257
Decimal 230 34 175
Hex E6 22 AF

RGB Percentages of Color #e622af

%52.39
%7.74
%39.86

CMYK Percentages of Color #e622af

%0
%85
%24
%10

Triadic Colors of #e622af

#e622af #afe622 #22afe6

Analogous Colors of #e622af

#e622af #e6224d #bb22e6

Monochromatic Colors of #e622af

#e622af

Complementary Color

#e622af #22e659

#e622af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e622af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e622af Color CSS Codes

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

#e622af Text Font Color

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

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


#e622af Background Color

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

This div background color is #e622af


#e622af Border Color

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

This div border color is #e622af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e622af


Comments

No comments written yet.

Please login to write comment.