Color Hex Logo

#ee357c Color Hex

#EE357C
(238,53,124)
0 Favorites   0 Comments

Color spaces of #ee357c

RGB 23853124
HSL0.940.840.57
HSV337°78°93°
CMYK 0.000.780.48   0.07
XYZ40.171122.178621.2324
Yxy22.17860.48060.2654
Hunter Lab47.094269.84496.2350
CIE-Lab54.216072.57285.0839

#ee357c color RGB value is (238,53,124).

#ee357c hex color red value is 238, green value is 53 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee357c hue: 0.94 , saturation: 0.84 and the lightness value of ee357c is 0.57.

The process color (four color CMYK) of #ee357c color hex is 0.00, 0.78, 0.48, 0.07. Web safe color of #ee357c is #ff3366. Color #ee357c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 01111100
Octal 356 65 174
Decimal 238 53 124
Hex EE 35 7C

RGB Percentages of Color #ee357c

%57.35
%12.77
%29.88

CMYK Percentages of Color #ee357c

%0
%78
%48
%7

Triadic Colors of #ee357c

#ee357c #7cee35 #357cee

Analogous Colors of #ee357c

#ee357c #ee4b35 #ee35d9

Monochromatic Colors of #ee357c

#ee357c

Complementary Color

#ee357c #35eea7

#ee357c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee357c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee357c Color CSS Codes

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

#ee357c Text Font Color

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

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


#ee357c Background Color

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

This div background color is #ee357c


#ee357c Border Color

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

This div border color is #ee357c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee357c


Comments

No comments written yet.

Please login to write comment.