Color Hex Logo

#ee359e Color Hex

#EE359E
(238,53,158)
0 Favorites   0 Comments

Color spaces of #ee359e

RGB 23853158
HSL0.910.840.57
HSV326°78°93°
CMYK 0.000.780.34   0.07
XYZ42.704623.192034.5735
Yxy23.19200.42500.2308
Hunter Lab48.158174.0098-8.8546
CIE-Lab55.269675.7595-13.5665

#ee359e color RGB value is (238,53,158).

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

The process color (four color CMYK) of #ee359e color hex is 0.00, 0.78, 0.34, 0.07. Web safe color of #ee359e is #ff3399. Color #ee359e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 10011110
Octal 356 65 236
Decimal 238 53 158
Hex EE 35 9E

RGB Percentages of Color #ee359e

%53.01
%11.80
%35.19

CMYK Percentages of Color #ee359e

%0
%78
%34
%7

Triadic Colors of #ee359e

#ee359e #9eee35 #359eee

Analogous Colors of #ee359e

#ee359e #ee3542 #e235ee

Monochromatic Colors of #ee359e

#ee359e

Complementary Color

#ee359e #35ee85

#ee359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee359e Color CSS Codes

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

#ee359e Text Font Color

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

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


#ee359e Background Color

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

This div background color is #ee359e


#ee359e Border Color

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

This div border color is #ee359e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee359e


Comments

No comments written yet.

Please login to write comment.