Color Hex Logo

#e35491 Color Hex

#E35491
(227,84,145)
0 Favorites   0 Comments

Color spaces of #e35491

RGB 22784145
HSL0.930.720.61
HSV334°63°89°
CMYK 0.000.630.36   0.11
XYZ39.959724.715929.4526
Yxy24.71590.42450.2626
Hunter Lab49.715156.4723-0.3245
CIE-Lab56.797660.7859-3.8324

#e35491 color RGB value is (227,84,145).

#e35491 hex color red value is 227, green value is 84 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e35491 hue: 0.93 , saturation: 0.72 and the lightness value of e35491 is 0.61.

The process color (four color CMYK) of #e35491 color hex is 0.00, 0.63, 0.36, 0.11. Web safe color of #e35491 is #cc6699. Color #e35491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 10010001
Octal 343 124 221
Decimal 227 84 145
Hex E3 54 91

RGB Percentages of Color #e35491

%49.78
%18.42
%31.80

CMYK Percentages of Color #e35491

%0
%63
%36
%11

Triadic Colors of #e35491

#e35491 #91e354 #5491e3

Analogous Colors of #e35491

#e35491 #e35f54 #e354d9

Monochromatic Colors of #e35491

#e35491

Complementary Color

#e35491 #54e3a6

#e35491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35491 Color CSS Codes

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

#e35491 Text Font Color

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

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


#e35491 Background Color

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

This div background color is #e35491


#e35491 Border Color

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

This div border color is #e35491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35491


Comments

No comments written yet.

Please login to write comment.