Color Hex Logo

#e03953 Color Hex

#E03953
(224,57,83)
0 Favorites   0 Comments

Color spaces of #e03953

RGB 2245783
HSL0.970.730.55
HSV351°75°88°
CMYK 0.000.750.63   0.12
XYZ33.764919.398110.1482
Yxy19.39810.53330.3064
Hunter Lab44.043359.767717.1690
CIE-Lab51.149764.677525.0965

#e03953 color RGB value is (224,57,83).

#e03953 hex color red value is 224, green value is 57 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e03953 hue: 0.97 , saturation: 0.73 and the lightness value of e03953 is 0.55.

The process color (four color CMYK) of #e03953 color hex is 0.00, 0.75, 0.63, 0.12. Web safe color of #e03953 is #cc3366. Color #e03953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111001 01010011
Octal 340 71 123
Decimal 224 57 83
Hex E0 39 53

RGB Percentages of Color #e03953

%61.54
%15.66
%22.80

CMYK Percentages of Color #e03953

%0
%75
%63
%12

Triadic Colors of #e03953

#e03953 #53e039 #3953e0

Analogous Colors of #e03953

#e03953 #e07339 #e039a7

Monochromatic Colors of #e03953

#e03953

Complementary Color

#e03953 #39e0c6

#e03953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03953 Color CSS Codes

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

#e03953 Text Font Color

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

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


#e03953 Background Color

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

This div background color is #e03953


#e03953 Border Color

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

This div border color is #e03953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03953


Comments

No comments written yet.

Please login to write comment.