Color Hex Logo

#ee10eb Color Hex

#EE10EB
(238,16,235)
0 Favorites   0 Comments

Color spaces of #ee10eb

RGB 23816235
HSL0.840.870.50
HSV301°93°93°
CMYK 0.000.930.01   0.07
XYZ50.440624.545980.6766
Yxy24.54590.32400.1577
Hunter Lab49.543895.0293-61.8665
CIE-Lab56.630391.7479-55.7534

#ee10eb color RGB value is (238,16,235).

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

The process color (four color CMYK) of #ee10eb color hex is 0.00, 0.93, 0.01, 0.07. Web safe color of #ee10eb is #ff00ff. Color #ee10eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 11101011
Octal 356 20 353
Decimal 238 16 235
Hex EE 10 EB

RGB Percentages of Color #ee10eb

%48.67
%3.27
%48.06

CMYK Percentages of Color #ee10eb

%0
%93
%1
%7

Triadic Colors of #ee10eb

#ee10eb #ebee10 #10ebee

Analogous Colors of #ee10eb

#ee10eb #ee107c #8210ee

Monochromatic Colors of #ee10eb

#ee10eb

Complementary Color

#ee10eb #10ee13

#ee10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee10eb Color CSS Codes

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

#ee10eb Text Font Color

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

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


#ee10eb Background Color

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

This div background color is #ee10eb


#ee10eb Border Color

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

This div border color is #ee10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee10eb


Comments

No comments written yet.

Please login to write comment.