Color Hex Logo

#e03358 Color Hex

#E03358
(224,51,88)
0 Favorites   0 Comments

Color spaces of #e03358

RGB 2245188
HSL0.960.740.54
HSV347°77°88°
CMYK 0.000.770.61   0.12
XYZ33.685718.919511.1089
Yxy18.91950.52870.2969
Hunter Lab43.496662.119515.3051
CIE-Lab50.592966.800721.3608

#e03358 color RGB value is (224,51,88).

#e03358 hex color red value is 224, green value is 51 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e03358 hue: 0.96 , saturation: 0.74 and the lightness value of e03358 is 0.54.

The process color (four color CMYK) of #e03358 color hex is 0.00, 0.77, 0.61, 0.12. Web safe color of #e03358 is #cc3366. Color #e03358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110011 01011000
Octal 340 63 130
Decimal 224 51 88
Hex E0 33 58

RGB Percentages of Color #e03358

%61.71
%14.05
%24.24

CMYK Percentages of Color #e03358

%0
%77
%61
%12

Triadic Colors of #e03358

#e03358 #58e033 #3358e0

Analogous Colors of #e03358

#e03358 #e06533 #e033af

Monochromatic Colors of #e03358

#e03358

Complementary Color

#e03358 #33e0bb

#e03358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03358 Color CSS Codes

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

#e03358 Text Font Color

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

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


#e03358 Background Color

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

This div background color is #e03358


#e03358 Border Color

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

This div border color is #e03358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03358


Comments

No comments written yet.

Please login to write comment.