Color Hex Logo

#ee10dd Color Hex

#EE10DD
(238,16,221)
0 Favorites   0 Comments

Color spaces of #ee10dd

RGB 23816221
HSL0.850.870.50
HSV305°93°93°
CMYK 0.000.930.07   0.07
XYZ48.496323.768270.4383
Yxy23.76820.33980.1666
Hunter Lab48.752692.2443-51.5359
CIE-Lab55.855089.8202-49.0856

#ee10dd color RGB value is (238,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 11011101
Octal 356 20 335
Decimal 238 16 221
Hex EE 10 DD

RGB Percentages of Color #ee10dd

%50.11
%3.37
%46.53

CMYK Percentages of Color #ee10dd

%0
%93
%7
%7

Triadic Colors of #ee10dd

#ee10dd #ddee10 #10ddee

Analogous Colors of #ee10dd

#ee10dd #ee106e #9010ee

Monochromatic Colors of #ee10dd

#ee10dd

Complementary Color

#ee10dd #10ee21

#ee10dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee10dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee10dd Color CSS Codes

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

#ee10dd Text Font Color

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

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


#ee10dd Background Color

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

This div background color is #ee10dd


#ee10dd Border Color

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

This div border color is #ee10dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee10dd


Comments

No comments written yet.

Please login to write comment.