Color Hex Logo

#ee344a Color Hex

#EE344A
(238,52,74)
0 Favorites   0 Comments

Color spaces of #ee344a

RGB 2385274
HSL0.980.850.57
HSV353°78°93°
CMYK 0.000.780.69   0.07
XYZ37.723921.12758.5683
Yxy21.12750.55950.3134
Hunter Lab45.964766.059521.1230
CIE-Lab53.088869.651833.4131

#ee344a color RGB value is (238,52,74).

#ee344a hex color red value is 238, green value is 52 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ee344a hue: 0.98 , saturation: 0.85 and the lightness value of ee344a is 0.57.

The process color (four color CMYK) of #ee344a color hex is 0.00, 0.78, 0.69, 0.07. Web safe color of #ee344a is #ff3333. Color #ee344a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 01001010
Octal 356 64 112
Decimal 238 52 74
Hex EE 34 4A

RGB Percentages of Color #ee344a

%65.38
%14.29
%20.33

CMYK Percentages of Color #ee344a

%0
%78
%69
%7

Triadic Colors of #ee344a

#ee344a #4aee34 #344aee

Analogous Colors of #ee344a

#ee344a #ee7b34 #ee34a7

Monochromatic Colors of #ee344a

#ee344a

Complementary Color

#ee344a #34eed8

#ee344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee344a Color CSS Codes

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

#ee344a Text Font Color

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

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


#ee344a Background Color

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

This div background color is #ee344a


#ee344a Border Color

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

This div border color is #ee344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee344a


Comments

No comments written yet.

Please login to write comment.