Color Hex Logo

#e3507e Color Hex

#E3507E
(227,80,126)
0 Favorites   0 Comments

Color spaces of #e3507e

RGB 22780126
HSL0.950.720.60
HSV341°65°89°
CMYK 0.000.650.44   0.11
XYZ38.313123.574622.2697
Yxy23.57460.45530.2801
Hunter Lab48.553755.88326.7935
CIE-Lab55.659360.47495.7136

#e3507e color RGB value is (227,80,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 01111110
Octal 343 120 176
Decimal 227 80 126
Hex E3 50 7E

RGB Percentages of Color #e3507e

%52.42
%18.48
%29.10

CMYK Percentages of Color #e3507e

%0
%65
%44
%11

Triadic Colors of #e3507e

#e3507e #7ee350 #507ee3

Analogous Colors of #e3507e

#e3507e #e36c50 #e350c8

Monochromatic Colors of #e3507e

#e3507e

Complementary Color

#e3507e #50e3b5

#e3507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3507e Color CSS Codes

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

#e3507e Text Font Color

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

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


#e3507e Background Color

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

This div background color is #e3507e


#e3507e Border Color

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

This div border color is #e3507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3507e


Comments

No comments written yet.

Please login to write comment.