Color Hex Logo

#ee348b Color Hex

#EE348B
(238,52,139)
0 Favorites   0 Comments

Color spaces of #ee348b

RGB 23852139
HSL0.920.850.57
HSV332°78°93°
CMYK 0.000.780.42   0.07
XYZ41.148122.497226.5997
Yxy22.49720.45600.2493
Hunter Lab47.431271.8499-0.0483
CIE-Lab54.550674.1480-3.3875

#ee348b color RGB value is (238,52,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 10001011
Octal 356 64 213
Decimal 238 52 139
Hex EE 34 8B

RGB Percentages of Color #ee348b

%55.48
%12.12
%32.40

CMYK Percentages of Color #ee348b

%0
%78
%42
%7

Triadic Colors of #ee348b

#ee348b #8bee34 #348bee

Analogous Colors of #ee348b

#ee348b #ee3a34 #ee34e8

Monochromatic Colors of #ee348b

#ee348b

Complementary Color

#ee348b #34ee97

#ee348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee348b Color CSS Codes

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

#ee348b Text Font Color

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

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


#ee348b Background Color

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

This div background color is #ee348b


#ee348b Border Color

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

This div border color is #ee348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee348b


Comments

No comments written yet.

Please login to write comment.