Color Hex Logo

#ee01ba Color Hex

#EE01BA
(238,1,186)
0 Favorites   0 Comments

Color spaces of #ee01ba

RGB 2381186
HSL0.870.990.47
HSV313°100°93°
CMYK 0.001.000.22   0.07
XYZ44.133721.744048.3253
Yxy21.74400.38640.1904
Hunter Lab46.630587.3392-28.8036
CIE-Lab53.754386.5158-32.2919

#ee01ba color RGB value is (238,1,186).

#ee01ba hex color red value is 238, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ee01ba hue: 0.87 , saturation: 0.99 and the lightness value of ee01ba is 0.47.

The process color (four color CMYK) of #ee01ba color hex is 0.00, 1.00, 0.22, 0.07. Web safe color of #ee01ba is #ff00cc. Color #ee01ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 10111010
Octal 356 1 272
Decimal 238 1 186
Hex EE 1 BA

RGB Percentages of Color #ee01ba

%56.00
%0.24
%43.76

CMYK Percentages of Color #ee01ba

%0
%100
%22
%7

Triadic Colors of #ee01ba

#ee01ba #baee01 #01baee

Analogous Colors of #ee01ba

#ee01ba #ee0143 #ac01ee

Monochromatic Colors of #ee01ba

#ee01ba

Complementary Color

#ee01ba #01ee35

#ee01ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee01ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee01ba Color CSS Codes

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

#ee01ba Text Font Color

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

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


#ee01ba Background Color

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

This div background color is #ee01ba


#ee01ba Border Color

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

This div border color is #ee01ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee01ba


Comments

No comments written yet.

Please login to write comment.