Color Hex Logo

#ee303c Color Hex

#EE303C
(238,48,60)
0 Favorites   0 Comments

Color spaces of #ee303c

RGB 2384860
HSL0.990.850.56
HSV356°80°93°
CMYK 0.000.800.75   0.07
XYZ37.132520.61736.2974
Yxy20.61730.57980.3219
Hunter Lab45.406366.513423.5615
CIE-Lab52.528170.138240.8072

#ee303c color RGB value is (238,48,60).

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

The process color (four color CMYK) of #ee303c color hex is 0.00, 0.80, 0.75, 0.07. Web safe color of #ee303c is #ff3333. Color #ee303c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 00111100
Octal 356 60 74
Decimal 238 48 60
Hex EE 30 3C

RGB Percentages of Color #ee303c

%68.79
%13.87
%17.34

CMYK Percentages of Color #ee303c

%0
%80
%75
%7

Triadic Colors of #ee303c

#ee303c #3cee30 #303cee

Analogous Colors of #ee303c

#ee303c #ee8330 #ee309b

Monochromatic Colors of #ee303c

#ee303c

Complementary Color

#ee303c #30eee2

#ee303c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee303c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee303c Color CSS Codes

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

#ee303c Text Font Color

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

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


#ee303c Background Color

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

This div background color is #ee303c


#ee303c Border Color

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

This div border color is #ee303c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee303c


Comments

No comments written yet.

Please login to write comment.