Color Hex Logo

#ee304e Color Hex

#EE304E
(238,48,78)
0 Favorites   0 Comments

Color spaces of #ee304e

RGB 2384878
HSL0.970.850.56
HSV351°80°93°
CMYK 0.000.800.67   0.07
XYZ37.692020.84119.2439
Yxy20.84110.55610.3075
Hunter Lab45.652167.485019.9510
CIE-Lab52.775170.899930.6766

#ee304e color RGB value is (238,48,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 01001110
Octal 356 60 116
Decimal 238 48 78
Hex EE 30 4E

RGB Percentages of Color #ee304e

%65.38
%13.19
%21.43

CMYK Percentages of Color #ee304e

%0
%80
%67
%7

Triadic Colors of #ee304e

#ee304e #4eee30 #304eee

Analogous Colors of #ee304e

#ee304e #ee7130 #ee30ad

Monochromatic Colors of #ee304e

#ee304e

Complementary Color

#ee304e #30eed0

#ee304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee304e Color CSS Codes

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

#ee304e Text Font Color

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

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


#ee304e Background Color

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

This div background color is #ee304e


#ee304e Border Color

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

This div border color is #ee304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee304e


Comments

No comments written yet.

Please login to write comment.