Color Hex Logo

#e0407d Color Hex

#E0407D
(224,64,125)
0 Favorites   0 Comments

Color spaces of #e0407d

RGB 22464125
HSL0.940.720.56
HSV337°71°88°
CMYK 0.000.710.44   0.12
XYZ36.275520.994821.5425
Yxy20.99480.46030.2664
Hunter Lab45.820161.13234.1986
CIE-Lab52.943865.51242.3285

#e0407d color RGB value is (224,64,125).

#e0407d hex color red value is 224, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e0407d hue: 0.94 , saturation: 0.72 and the lightness value of e0407d is 0.56.

The process color (four color CMYK) of #e0407d color hex is 0.00, 0.71, 0.44, 0.12. Web safe color of #e0407d is #cc3366. Color #e0407d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000000 01111101
Octal 340 100 175
Decimal 224 64 125
Hex E0 40 7D

RGB Percentages of Color #e0407d

%54.24
%15.50
%30.27

CMYK Percentages of Color #e0407d

%0
%71
%44
%12

Triadic Colors of #e0407d

#e0407d #7de040 #407de0

Analogous Colors of #e0407d

#e0407d #e05340 #e040cd

Monochromatic Colors of #e0407d

#e0407d

Complementary Color

#e0407d #40e0a3

#e0407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0407d Color CSS Codes

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

#e0407d Text Font Color

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

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


#e0407d Background Color

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

This div background color is #e0407d


#e0407d Border Color

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

This div border color is #e0407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0407d


Comments

No comments written yet.

Please login to write comment.