Color Hex Logo

#e3507a Color Hex

#E3507A
(227,80,122)
0 Favorites   0 Comments

Color spaces of #e3507a

RGB 22780122
HSL0.950.720.60
HSV343°65°89°
CMYK 0.000.650.46   0.11
XYZ38.060123.473420.9372
Yxy23.47340.46150.2846
Hunter Lab48.449455.43698.2926
CIE-Lab55.556660.10277.9353

#e3507a color RGB value is (227,80,122).

#e3507a hex color red value is 227, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e3507a hue: 0.95 , saturation: 0.72 and the lightness value of e3507a is 0.60.

The process color (four color CMYK) of #e3507a color hex is 0.00, 0.65, 0.46, 0.11. Web safe color of #e3507a is #cc6666. Color #e3507a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 01111010
Octal 343 120 172
Decimal 227 80 122
Hex E3 50 7A

RGB Percentages of Color #e3507a

%52.91
%18.65
%28.44

CMYK Percentages of Color #e3507a

%0
%65
%46
%11

Triadic Colors of #e3507a

#e3507a #7ae350 #507ae3

Analogous Colors of #e3507a

#e3507a #e37050 #e350c4

Monochromatic Colors of #e3507a

#e3507a

Complementary Color

#e3507a #50e3b9

#e3507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3507a Color CSS Codes

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

#e3507a Text Font Color

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

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


#e3507a Background Color

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

This div background color is #e3507a


#e3507a Border Color

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

This div border color is #e3507a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3507a


Comments

No comments written yet.

Please login to write comment.