Color Hex Logo

#ee304f Color Hex

#EE304F
(238,48,79)
0 Favorites   0 Comments

Color spaces of #ee304f

RGB 2384879
HSL0.970.850.56
HSV350°80°93°
CMYK 0.000.800.67   0.07
XYZ37.728120.85569.4342
Yxy20.85560.55470.3066
Hunter Lab45.667967.547119.7193
CIE-Lab52.791170.948430.1050

#ee304f color RGB value is (238,48,79).

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

The process color (four color CMYK) of #ee304f color hex is 0.00, 0.80, 0.67, 0.07. Web safe color of #ee304f is #ff3366. Color #ee304f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 01001111
Octal 356 60 117
Decimal 238 48 79
Hex EE 30 4F

RGB Percentages of Color #ee304f

%65.21
%13.15
%21.64

CMYK Percentages of Color #ee304f

%0
%80
%67
%7

Triadic Colors of #ee304f

#ee304f #4fee30 #304fee

Analogous Colors of #ee304f

#ee304f #ee7030 #ee30ae

Monochromatic Colors of #ee304f

#ee304f

Complementary Color

#ee304f #30eecf

#ee304f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee304f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee304f Color CSS Codes

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

#ee304f Text Font Color

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

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


#ee304f Background Color

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

This div background color is #ee304f


#ee304f Border Color

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

This div border color is #ee304f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee304f


Comments

No comments written yet.

Please login to write comment.