Color Hex Logo

#e02749 Color Hex

#E02749
(224,39,73)
0 Favorites   0 Comments

Color spaces of #e02749

RGB 2243973
HSL0.970.750.52
HSV349°83°88°
CMYK 0.000.830.67   0.12
XYZ32.668617.77948.0133
Yxy17.77940.55880.3041
Hunter Lab42.165664.506318.2483
CIE-Lab49.227469.088528.6476

#e02749 color RGB value is (224,39,73).

#e02749 hex color red value is 224, green value is 39 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e02749 hue: 0.97 , saturation: 0.75 and the lightness value of e02749 is 0.52.

The process color (four color CMYK) of #e02749 color hex is 0.00, 0.83, 0.67, 0.12. Web safe color of #e02749 is #cc3333. Color #e02749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 01001001
Octal 340 47 111
Decimal 224 39 73
Hex E0 27 49

RGB Percentages of Color #e02749

%66.67
%11.61
%21.73

CMYK Percentages of Color #e02749

%0
%83
%67
%12

Triadic Colors of #e02749

#e02749 #49e027 #2749e0

Analogous Colors of #e02749

#e02749 #e06127 #e027a6

Monochromatic Colors of #e02749

#e02749

Complementary Color

#e02749 #27e0be

#e02749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02749 Color CSS Codes

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

#e02749 Text Font Color

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

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


#e02749 Background Color

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

This div background color is #e02749


#e02749 Border Color

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

This div border color is #e02749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02749


Comments

No comments written yet.

Please login to write comment.