Color Hex Logo

#ee338a Color Hex

#EE338A
(238,51,138)
0 Favorites   0 Comments

Color spaces of #ee338a

RGB 23851138
HSL0.920.850.57
HSV332°79°93°
CMYK 0.000.790.42   0.07
XYZ41.031222.379826.2019
Yxy22.37980.45790.2497
Hunter Lab47.307372.03130.2764
CIE-Lab54.427774.3194-2.9731

#ee338a color RGB value is (238,51,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110011 10001010
Octal 356 63 212
Decimal 238 51 138
Hex EE 33 8A

RGB Percentages of Color #ee338a

%55.74
%11.94
%32.32

CMYK Percentages of Color #ee338a

%0
%79
%42
%7

Triadic Colors of #ee338a

#ee338a #8aee33 #338aee

Analogous Colors of #ee338a

#ee338a #ee3a33 #ee33e8

Monochromatic Colors of #ee338a

#ee338a

Complementary Color

#ee338a #33ee97

#ee338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee338a Color CSS Codes

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

#ee338a Text Font Color

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

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


#ee338a Background Color

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

This div background color is #ee338a


#ee338a Border Color

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

This div border color is #ee338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee338a


Comments

No comments written yet.

Please login to write comment.