Color Hex Logo

#e04488 Color Hex

#E04488
(224,68,136)
0 Favorites   0 Comments

Color spaces of #e04488

RGB 22468136
HSL0.930.720.57
HSV334°70°88°
CMYK 0.000.700.39   0.12
XYZ37.251521.759125.5291
Yxy21.75910.44060.2574
Hunter Lab46.646760.91650.2040
CIE-Lab53.770565.1731-3.0322

#e04488 color RGB value is (224,68,136).

#e04488 hex color red value is 224, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e04488 hue: 0.93 , saturation: 0.72 and the lightness value of e04488 is 0.57.

The process color (four color CMYK) of #e04488 color hex is 0.00, 0.70, 0.39, 0.12. Web safe color of #e04488 is #cc3399. Color #e04488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 10001000
Octal 340 104 210
Decimal 224 68 136
Hex E0 44 88

RGB Percentages of Color #e04488

%52.34
%15.89
%31.78

CMYK Percentages of Color #e04488

%0
%70
%39
%12

Triadic Colors of #e04488

#e04488 #88e044 #4488e0

Analogous Colors of #e04488

#e04488 #e04e44 #e044d6

Monochromatic Colors of #e04488

#e04488

Complementary Color

#e04488 #44e09c

#e04488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04488 Color CSS Codes

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

#e04488 Text Font Color

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

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


#e04488 Background Color

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

This div background color is #e04488


#e04488 Border Color

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

This div border color is #e04488


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,68,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e04488; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e04488;
  -webkit-box-shadow: 1px 1px 3px 2px #e04488;
  box-shadow:         1px 1px 3px 2px #e04488; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,68,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04488


Comments

No comments written yet.

Please login to write comment.