Color Hex Logo

#e02465 Color Hex

#E02465
(224,36,101)
0 Favorites   0 Comments

Color spaces of #e02465

RGB 22436101
HSL0.940.750.51
HSV339°84°88°
CMYK 0.000.840.55   0.12
XYZ33.720318.048614.0184
Yxy18.04860.51260.2743
Hunter Lab42.483667.333410.1745
CIE-Lab49.555071.395512.0364

#e02465 color RGB value is (224,36,101).

#e02465 hex color red value is 224, green value is 36 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e02465 hue: 0.94 , saturation: 0.75 and the lightness value of e02465 is 0.51.

The process color (four color CMYK) of #e02465 color hex is 0.00, 0.84, 0.55, 0.12. Web safe color of #e02465 is #cc3366. Color #e02465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 01100101
Octal 340 44 145
Decimal 224 36 101
Hex E0 24 65

RGB Percentages of Color #e02465

%62.05
%9.97
%27.98

CMYK Percentages of Color #e02465

%0
%84
%55
%12

Triadic Colors of #e02465

#e02465 #65e024 #2465e0

Analogous Colors of #e02465

#e02465 #e04124 #e024c3

Monochromatic Colors of #e02465

#e02465

Complementary Color

#e02465 #24e09f

#e02465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02465 Color CSS Codes

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

#e02465 Text Font Color

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

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


#e02465 Background Color

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

This div background color is #e02465


#e02465 Border Color

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

This div border color is #e02465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02465


Comments

No comments written yet.

Please login to write comment.