Color Hex Logo

#ee328b Color Hex

#EE328B
(238,50,139)
0 Favorites   0 Comments

Color spaces of #ee328b

RGB 23850139
HSL0.920.850.56
HSV332°79°93°
CMYK 0.000.790.42   0.07
XYZ41.060722.322426.5706
Yxy22.32240.45650.2482
Hunter Lab47.246672.4479-0.2710
CIE-Lab54.367474.6697-3.6578

#ee328b color RGB value is (238,50,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110010 10001011
Octal 356 62 213
Decimal 238 50 139
Hex EE 32 8B

RGB Percentages of Color #ee328b

%55.74
%11.71
%32.55

CMYK Percentages of Color #ee328b

%0
%79
%42
%7

Triadic Colors of #ee328b

#ee328b #8bee32 #328bee

Analogous Colors of #ee328b

#ee328b #ee3732 #ee32e9

Monochromatic Colors of #ee328b

#ee328b

Complementary Color

#ee328b #32ee95

#ee328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee328b Color CSS Codes

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

#ee328b Text Font Color

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

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


#ee328b Background Color

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

This div background color is #ee328b


#ee328b Border Color

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

This div border color is #ee328b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee328b


Comments

No comments written yet.

Please login to write comment.