Color Hex Logo

#e1507a Color Hex

#E1507A
(225,80,122)
0 Favorites   0 Comments

Color spaces of #e1507a

RGB 22580122
HSL0.950.710.60
HSV343°64°88°
CMYK 0.000.640.46   0.12
XYZ37.432823.150020.9078
Yxy23.15000.45940.2841
Hunter Lab48.114454.67187.9161
CIE-Lab55.226559.48977.4202

#e1507a color RGB value is (225,80,122).

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

The process color (four color CMYK) of #e1507a color hex is 0.00, 0.64, 0.46, 0.12. Web safe color of #e1507a is #cc6666. Color #e1507a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 01111010
Octal 341 120 172
Decimal 225 80 122
Hex E1 50 7A

RGB Percentages of Color #e1507a

%52.69
%18.74
%28.57

CMYK Percentages of Color #e1507a

%0
%64
%46
%12

Triadic Colors of #e1507a

#e1507a #7ae150 #507ae1

Analogous Colors of #e1507a

#e1507a #e16f50 #e150c3

Monochromatic Colors of #e1507a

#e1507a

Complementary Color

#e1507a #50e1b7

#e1507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1507a Color CSS Codes

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

#e1507a Text Font Color

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

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


#e1507a Background Color

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

This div background color is #e1507a


#e1507a Border Color

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

This div border color is #e1507a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1507a


Comments

No comments written yet.

Please login to write comment.