Color Hex Logo

#e3407a Color Hex

#E3407A
(227,64,122)
0 Favorites   0 Comments

Color spaces of #e3407a

RGB 22764122
HSL0.940.740.57
HSV339°72°89°
CMYK 0.000.720.46   0.11
XYZ37.024821.402820.5921
Yxy21.40280.46860.2709
Hunter Lab46.263261.89455.9938
CIE-Lab53.387566.07994.8333

#e3407a color RGB value is (227,64,122).

#e3407a hex color red value is 227, green value is 64 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e3407a hue: 0.94 , saturation: 0.74 and the lightness value of e3407a is 0.57.

The process color (four color CMYK) of #e3407a color hex is 0.00, 0.72, 0.46, 0.11. Web safe color of #e3407a is #cc3366. Color #e3407a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 01111010
Octal 343 100 172
Decimal 227 64 122
Hex E3 40 7A

RGB Percentages of Color #e3407a

%54.96
%15.50
%29.54

CMYK Percentages of Color #e3407a

%0
%72
%46
%11

Triadic Colors of #e3407a

#e3407a #7ae340 #407ae3

Analogous Colors of #e3407a

#e3407a #e35740 #e340cc

Monochromatic Colors of #e3407a

#e3407a

Complementary Color

#e3407a #40e3a9

#e3407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3407a Color CSS Codes

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

#e3407a Text Font Color

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

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


#e3407a Background Color

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

This div background color is #e3407a


#e3407a Border Color

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

This div border color is #e3407a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,64,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3407a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3407a;
  -webkit-box-shadow: 1px 1px 3px 2px #e3407a;
  box-shadow:         1px 1px 3px 2px #e3407a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,64,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3407a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3407a


Comments

No comments written yet.

Please login to write comment.