Color Hex Logo

#e106dd Color Hex

#E106DD
(225,6,221)
0 Favorites   0 Comments

Color spaces of #e106dd

RGB 2256221
HSL0.840.950.45
HSV301°97°88°
CMYK 0.000.970.02   0.12
XYZ44.167621.358370.2013
Yxy21.35830.32540.1574
Hunter Lab46.215089.7157-57.7118
CIE-Lab53.339488.4032-53.2286

#e106dd color RGB value is (225,6,221).

#e106dd hex color red value is 225, green value is 6 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e106dd hue: 0.84 , saturation: 0.95 and the lightness value of e106dd is 0.45.

The process color (four color CMYK) of #e106dd color hex is 0.00, 0.97, 0.02, 0.12. Web safe color of #e106dd is #cc00cc. Color #e106dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000110 11011101
Octal 341 6 335
Decimal 225 6 221
Hex E1 6 DD

RGB Percentages of Color #e106dd

%49.78
%1.33
%48.89

CMYK Percentages of Color #e106dd

%0
%97
%2
%12

Triadic Colors of #e106dd

#e106dd #dde106 #06dde1

Analogous Colors of #e106dd

#e106dd #e10670 #7806e1

Monochromatic Colors of #e106dd

#e106dd

Complementary Color

#e106dd #06e10a

#e106dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e106dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e106dd Color CSS Codes

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

#e106dd Text Font Color

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

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


#e106dd Background Color

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

This div background color is #e106dd


#e106dd Border Color

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

This div border color is #e106dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e106dd


Comments

No comments written yet.

Please login to write comment.