Color Hex Logo

#e35499 Color Hex

#E35499
(227,84,153)
0 Favorites   0 Comments

Color spaces of #e35499

RGB 22784153
HSL0.920.720.61
HSV331°63°89°
CMYK 0.000.630.33   0.11
XYZ40.598624.971432.8172
Yxy24.97140.41260.2538
Hunter Lab49.971457.5700-3.9569
CIE-Lab57.047561.6941-8.1503

#e35499 color RGB value is (227,84,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 10011001
Octal 343 124 231
Decimal 227 84 153
Hex E3 54 99

RGB Percentages of Color #e35499

%48.92
%18.10
%32.97

CMYK Percentages of Color #e35499

%0
%63
%33
%11

Triadic Colors of #e35499

#e35499 #99e354 #5499e3

Analogous Colors of #e35499

#e35499 #e35754 #e354e1

Monochromatic Colors of #e35499

#e35499

Complementary Color

#e35499 #54e39e

#e35499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35499 Color CSS Codes

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

#e35499 Text Font Color

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

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


#e35499 Background Color

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

This div background color is #e35499


#e35499 Border Color

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

This div border color is #e35499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35499


Comments

No comments written yet.

Please login to write comment.