Color Hex Logo

#ee55ba Color Hex

#EE55BA
(238,85,186)
0 Favorites   0 Comments

Color spaces of #ee55ba

RGB 23885186
HSL0.890.820.63
HSV320°64°93°
CMYK 0.000.640.22   0.07
XYZ47.371328.219349.4045
Yxy28.21930.37900.2258
Hunter Lab53.121866.2138-17.9557
CIE-Lab60.086368.4678-22.5019

#ee55ba color RGB value is (238,85,186).

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

The process color (four color CMYK) of #ee55ba color hex is 0.00, 0.64, 0.22, 0.07. Web safe color of #ee55ba is #ff66cc. Color #ee55ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010101 10111010
Octal 356 125 272
Decimal 238 85 186
Hex EE 55 BA

RGB Percentages of Color #ee55ba

%46.76
%16.70
%36.54

CMYK Percentages of Color #ee55ba

%0
%64
%22
%7

Triadic Colors of #ee55ba

#ee55ba #baee55 #55baee

Analogous Colors of #ee55ba

#ee55ba #ee556e #d655ee

Monochromatic Colors of #ee55ba

#ee55ba

Complementary Color

#ee55ba #55ee89

#ee55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee55ba Color CSS Codes

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

#ee55ba Text Font Color

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

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


#ee55ba Background Color

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

This div background color is #ee55ba


#ee55ba Border Color

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

This div border color is #ee55ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee55ba


Comments

No comments written yet.

Please login to write comment.