Color Hex Logo

#e00360 Color Hex

#E00360
(224,3,96)
0 Favorites   0 Comments

Color spaces of #e00360

RGB 224396
HSL0.930.970.45
HSV335°99°88°
CMYK 0.000.990.57   0.12
XYZ32.884416.756912.5675
Yxy16.75690.52860.2694
Hunter Lab40.935271.757510.4520
CIE-Lab47.952375.354512.8848

#e00360 color RGB value is (224,3,96).

#e00360 hex color red value is 224, green value is 3 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e00360 hue: 0.93 , saturation: 0.97 and the lightness value of e00360 is 0.45.

The process color (four color CMYK) of #e00360 color hex is 0.00, 0.99, 0.57, 0.12. Web safe color of #e00360 is #cc0066. Color #e00360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000011 01100000
Octal 340 3 140
Decimal 224 3 96
Hex E0 3 60

RGB Percentages of Color #e00360

%69.35
%0.93
%29.72

CMYK Percentages of Color #e00360

%0
%99
%57
%12

Triadic Colors of #e00360

#e00360 #60e003 #0360e0

Analogous Colors of #e00360

#e00360 #e01403 #e003cf

Monochromatic Colors of #e00360

#e00360

Complementary Color

#e00360 #03e083

#e00360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00360 Color CSS Codes

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

#e00360 Text Font Color

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

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


#e00360 Background Color

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

This div background color is #e00360


#e00360 Border Color

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

This div border color is #e00360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00360


Comments

No comments written yet.

Please login to write comment.