Color Hex Logo

#ee333a Color Hex

#EE333A
(238,51,58)
0 Favorites   0 Comments

Color spaces of #ee333a

RGB 2385158
HSL0.990.850.57
HSV358°79°93°
CMYK 0.000.790.76   0.07
XYZ37.207420.85036.0664
Yxy20.85030.58020.3252
Hunter Lab45.662165.540524.0866
CIE-Lab52.785369.275242.2081

#ee333a color RGB value is (238,51,58).

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

The process color (four color CMYK) of #ee333a color hex is 0.00, 0.79, 0.76, 0.07. Web safe color of #ee333a is #ff3333. Color #ee333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110011 00111010
Octal 356 63 72
Decimal 238 51 58
Hex EE 33 3A

RGB Percentages of Color #ee333a

%68.59
%14.70
%16.71

CMYK Percentages of Color #ee333a

%0
%79
%76
%7

Triadic Colors of #ee333a

#ee333a #3aee33 #333aee

Analogous Colors of #ee333a

#ee333a #ee8a33 #ee3398

Monochromatic Colors of #ee333a

#ee333a

Complementary Color

#ee333a #33eee7

#ee333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee333a Color CSS Codes

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

#ee333a Text Font Color

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

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


#ee333a Background Color

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

This div background color is #ee333a


#ee333a Border Color

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

This div border color is #ee333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee333a


Comments

No comments written yet.

Please login to write comment.