Color Hex Logo

#e6044d Color Hex

#E6044D
(230,4,77)
0 Favorites   0 Comments

Color spaces of #e6044d

RGB 230477
HSL0.950.970.46
HSV341°98°90°
CMYK 0.000.980.67   0.10
XYZ34.016117.44568.5957
Yxy17.44560.56640.2905
Hunter Lab41.767972.277817.0359
CIE-Lab48.816775.610025.9562

#e6044d color RGB value is (230,4,77).

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

The process color (four color CMYK) of #e6044d color hex is 0.00, 0.98, 0.67, 0.10. Web safe color of #e6044d is #ff0066. Color #e6044d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 01001101
Octal 346 4 115
Decimal 230 4 77
Hex E6 4 4D

RGB Percentages of Color #e6044d

%73.95
%1.29
%24.76

CMYK Percentages of Color #e6044d

%0
%98
%67
%10

Triadic Colors of #e6044d

#e6044d #4de604 #044de6

Analogous Colors of #e6044d

#e6044d #e62c04 #e604be

Monochromatic Colors of #e6044d

#e6044d

Complementary Color

#e6044d #04e69d

#e6044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6044d Color CSS Codes

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

#e6044d Text Font Color

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

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


#e6044d Background Color

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

This div background color is #e6044d


#e6044d Border Color

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

This div border color is #e6044d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6044d


Comments

No comments written yet.

Please login to write comment.