Color Hex Logo

#ee548b Color Hex

#EE548B
(238,84,139)
0 Favorites   0 Comments

Color spaces of #ee548b

RGB 23884139
HSL0.940.820.63
HSV339°65°93°
CMYK 0.000.650.42   0.07
XYZ43.090426.381927.2472
Yxy26.38190.44550.2728
Hunter Lab51.363359.86384.5022
CIE-Lab58.397863.42552.2391

#ee548b color RGB value is (238,84,139).

#ee548b hex color red value is 238, green value is 84 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee548b hue: 0.94 , saturation: 0.82 and the lightness value of ee548b is 0.63.

The process color (four color CMYK) of #ee548b color hex is 0.00, 0.65, 0.42, 0.07. Web safe color of #ee548b is #ff6699. Color #ee548b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 10001011
Octal 356 124 213
Decimal 238 84 139
Hex EE 54 8B

RGB Percentages of Color #ee548b

%51.63
%18.22
%30.15

CMYK Percentages of Color #ee548b

%0
%65
%42
%7

Triadic Colors of #ee548b

#ee548b #8bee54 #548bee

Analogous Colors of #ee548b

#ee548b #ee6a54 #ee54d8

Monochromatic Colors of #ee548b

#ee548b

Complementary Color

#ee548b #54eeb7

#ee548b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee548b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee548b Color CSS Codes

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

#ee548b Text Font Color

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

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


#ee548b Background Color

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

This div background color is #ee548b


#ee548b Border Color

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

This div border color is #ee548b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee548b


Comments

No comments written yet.

Please login to write comment.