Color Hex Logo

#ee10bb Color Hex

#EE10BB
(238,16,187)
0 Favorites   0 Comments

Color spaces of #ee10bb

RGB 23816187
HSL0.870.870.50
HSV314°93°93°
CMYK 0.000.930.21   0.07
XYZ44.414822.135648.9454
Yxy22.13560.38460.1917
Hunter Lab47.048586.1731-28.7465
CIE-Lab54.170685.5418-32.2239

#ee10bb color RGB value is (238,16,187).

#ee10bb hex color red value is 238, green value is 16 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ee10bb hue: 0.87 , saturation: 0.87 and the lightness value of ee10bb is 0.50.

The process color (four color CMYK) of #ee10bb color hex is 0.00, 0.93, 0.21, 0.07. Web safe color of #ee10bb is #ff00cc. Color #ee10bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 10111011
Octal 356 20 273
Decimal 238 16 187
Hex EE 10 BB

RGB Percentages of Color #ee10bb

%53.97
%3.63
%42.40

CMYK Percentages of Color #ee10bb

%0
%93
%21
%7

Triadic Colors of #ee10bb

#ee10bb #bbee10 #10bbee

Analogous Colors of #ee10bb

#ee10bb #ee104c #b210ee

Monochromatic Colors of #ee10bb

#ee10bb

Complementary Color

#ee10bb #10ee43

#ee10bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee10bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee10bb Color CSS Codes

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

#ee10bb Text Font Color

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

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


#ee10bb Background Color

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

This div background color is #ee10bb


#ee10bb Border Color

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

This div border color is #ee10bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee10bb


Comments

No comments written yet.

Please login to write comment.