Color Hex Logo

#ee043d Color Hex

#EE043D
(238,4,61)
0 Favorites   0 Comments

Color spaces of #ee043d

RGB 238461
HSL0.960.970.47
HSV345°98°93°
CMYK 0.000.980.74   0.07
XYZ36.145618.60096.1001
Yxy18.60090.59400.3057
Hunter Lab43.128874.123021.8042
CIE-Lab50.217076.832537.6389

#ee043d color RGB value is (238,4,61).

#ee043d hex color red value is 238, green value is 4 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ee043d hue: 0.96 , saturation: 0.97 and the lightness value of ee043d is 0.47.

The process color (four color CMYK) of #ee043d color hex is 0.00, 0.98, 0.74, 0.07. Web safe color of #ee043d is #ff0033. Color #ee043d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000100 00111101
Octal 356 4 75
Decimal 238 4 61
Hex EE 4 3D

RGB Percentages of Color #ee043d

%78.55
%1.32
%20.13

CMYK Percentages of Color #ee043d

%0
%98
%74
%7

Triadic Colors of #ee043d

#ee043d #3dee04 #043dee

Analogous Colors of #ee043d

#ee043d #ee4004 #ee04b2

Monochromatic Colors of #ee043d

#ee043d

Complementary Color

#ee043d #04eeb5

#ee043d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee043d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee043d Color CSS Codes

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

#ee043d Text Font Color

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

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


#ee043d Background Color

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

This div background color is #ee043d


#ee043d Border Color

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

This div border color is #ee043d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee043d


Comments

No comments written yet.

Please login to write comment.