Color Hex Logo

#ee309e Color Hex

#EE309E
(238,48,158)
0 Favorites   0 Comments

Color spaces of #ee309e

RGB 23848158
HSL0.900.850.56
HSV325°80°93°
CMYK 0.000.800.34   0.07
XYZ42.488422.759734.5014
Yxy22.75970.42600.2282
Hunter Lab47.707175.4862-9.4830
CIE-Lab54.824077.0329-14.2399

#ee309e color RGB value is (238,48,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 10011110
Octal 356 60 236
Decimal 238 48 158
Hex EE 30 9E

RGB Percentages of Color #ee309e

%53.60
%10.81
%35.59

CMYK Percentages of Color #ee309e

%0
%80
%34
%7

Triadic Colors of #ee309e

#ee309e #9eee30 #309eee

Analogous Colors of #ee309e

#ee309e #ee303f #df30ee

Monochromatic Colors of #ee309e

#ee309e

Complementary Color

#ee309e #30ee80

#ee309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee309e Color CSS Codes

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

#ee309e Text Font Color

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

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


#ee309e Background Color

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

This div background color is #ee309e


#ee309e Border Color

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

This div border color is #ee309e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,48,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 #ee309e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee309e


Comments

No comments written yet.

Please login to write comment.