Color Hex Logo

#e60449 Color Hex

#E60449
(230,4,73)
0 Favorites   0 Comments

Color spaces of #e60449

RGB 230473
HSL0.950.970.46
HSV342°98°90°
CMYK 0.000.980.68   0.10
XYZ33.879117.39097.8745
Yxy17.39090.57280.2940
Hunter Lab41.702472.034517.9962
CIE-Lab48.748875.425128.3092

#e60449 color RGB value is (230,4,73).

#e60449 hex color red value is 230, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e60449 hue: 0.95 , saturation: 0.97 and the lightness value of e60449 is 0.46.

The process color (four color CMYK) of #e60449 color hex is 0.00, 0.98, 0.68, 0.10. Web safe color of #e60449 is #ff0033. Color #e60449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 01001001
Octal 346 4 111
Decimal 230 4 73
Hex E6 4 49

RGB Percentages of Color #e60449

%74.92
%1.30
%23.78

CMYK Percentages of Color #e60449

%0
%98
%68
%10

Triadic Colors of #e60449

#e60449 #49e604 #0449e6

Analogous Colors of #e60449

#e60449 #e63004 #e604ba

Monochromatic Colors of #e60449

#e60449

Complementary Color

#e60449 #04e6a1

#e60449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60449 Color CSS Codes

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

#e60449 Text Font Color

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

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


#e60449 Background Color

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

This div background color is #e60449


#e60449 Border Color

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

This div border color is #e60449


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,4,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 #e60449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60449


Comments

No comments written yet.

Please login to write comment.