Color Hex Logo

#ee308b Color Hex

#EE308B
(238,48,139)
0 Favorites   0 Comments

Color spaces of #ee308b

RGB 23848139
HSL0.920.850.56
HSV331°80°93°
CMYK 0.000.800.42   0.07
XYZ40.977022.155126.5427
Yxy22.15510.45700.2471
Hunter Lab47.069273.0255-0.4857
CIE-Lab54.191275.1723-3.9179

#ee308b color RGB value is (238,48,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 10001011
Octal 356 60 213
Decimal 238 48 139
Hex EE 30 8B

RGB Percentages of Color #ee308b

%56.00
%11.29
%32.71

CMYK Percentages of Color #ee308b

%0
%80
%42
%7

Triadic Colors of #ee308b

#ee308b #8bee30 #308bee

Analogous Colors of #ee308b

#ee308b #ee3430 #ee30ea

Monochromatic Colors of #ee308b

#ee308b

Complementary Color

#ee308b #30ee93

#ee308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee308b Color CSS Codes

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

#ee308b Text Font Color

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

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


#ee308b Background Color

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

This div background color is #ee308b


#ee308b Border Color

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

This div border color is #ee308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee308b


Comments

No comments written yet.

Please login to write comment.