Color Hex Logo

#e45396 Color Hex

#E45396
(228,83,150)
0 Favorites   0 Comments

Color spaces of #e45396

RGB 22883150
HSL0.920.730.61
HSV332°64°89°
CMYK 0.000.640.34   0.11
XYZ40.593224.882531.5175
Yxy24.88250.41850.2565
Hunter Lab49.882457.9654-2.5439
CIE-Lab56.960862.0515-6.5058

#e45396 color RGB value is (228,83,150).

#e45396 hex color red value is 228, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e45396 hue: 0.92 , saturation: 0.73 and the lightness value of e45396 is 0.61.

The process color (four color CMYK) of #e45396 color hex is 0.00, 0.64, 0.34, 0.11. Web safe color of #e45396 is #cc6699. Color #e45396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 10010110
Octal 344 123 226
Decimal 228 83 150
Hex E4 53 96

RGB Percentages of Color #e45396

%49.46
%18.00
%32.54

CMYK Percentages of Color #e45396

%0
%64
%34
%11

Triadic Colors of #e45396

#e45396 #96e453 #5396e4

Analogous Colors of #e45396

#e45396 #e45953 #e453df

Monochromatic Colors of #e45396

#e45396

Complementary Color

#e45396 #53e4a1

#e45396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45396 Color CSS Codes

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

#e45396 Text Font Color

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

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


#e45396 Background Color

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

This div background color is #e45396


#e45396 Border Color

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

This div border color is #e45396


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,83,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e45396; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e45396;
  -webkit-box-shadow: 1px 1px 3px 2px #e45396;
  box-shadow:         1px 1px 3px 2px #e45396; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,83,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45396


Comments

No comments written yet.

Please login to write comment.