Color Hex Logo

#ee356a Color Hex

#EE356A
(238,53,106)
0 Favorites   0 Comments

Color spaces of #ee356a

RGB 23853106
HSL0.950.840.57
HSV343°78°93°
CMYK 0.000.780.55   0.07
XYZ39.134521.764015.7739
Yxy21.76400.51040.2839
Hunter Lab46.651968.096012.6092
CIE-Lab53.775771.214815.2625

#ee356a color RGB value is (238,53,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110101 01101010
Octal 356 65 152
Decimal 238 53 106
Hex EE 35 6A

RGB Percentages of Color #ee356a

%59.95
%13.35
%26.70

CMYK Percentages of Color #ee356a

%0
%78
%55
%7

Triadic Colors of #ee356a

#ee356a #6aee35 #356aee

Analogous Colors of #ee356a

#ee356a #ee5c35 #ee35c7

Monochromatic Colors of #ee356a

#ee356a

Complementary Color

#ee356a #35eeb9

#ee356a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee356a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee356a Color CSS Codes

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

#ee356a Text Font Color

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

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


#ee356a Background Color

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

This div background color is #ee356a


#ee356a Border Color

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

This div border color is #ee356a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee356a


Comments

No comments written yet.

Please login to write comment.