Color Hex Logo

#e105df Color Hex

#E105DF
(225,5,223)
0 Favorites   0 Comments

Color spaces of #e105df

RGB 2255223
HSL0.830.960.45
HSV301°98°88°
CMYK 0.000.980.01   0.12
XYZ44.424921.443871.6097
Yxy21.44380.32310.1560
Hunter Lab46.307590.2053-59.2707
CIE-Lab53.431888.7555-54.2171

#e105df color RGB value is (225,5,223).

#e105df hex color red value is 225, green value is 5 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e105df hue: 0.83 , saturation: 0.96 and the lightness value of e105df is 0.45.

The process color (four color CMYK) of #e105df color hex is 0.00, 0.98, 0.01, 0.12. Web safe color of #e105df is #cc00cc. Color #e105df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000101 11011111
Octal 341 5 337
Decimal 225 5 223
Hex E1 5 DF

RGB Percentages of Color #e105df

%49.67
%1.10
%49.23

CMYK Percentages of Color #e105df

%0
%98
%1
%12

Triadic Colors of #e105df

#e105df #dfe105 #05dfe1

Analogous Colors of #e105df

#e105df #e10571 #7505e1

Monochromatic Colors of #e105df

#e105df

Complementary Color

#e105df #05e107

#e105df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e105df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e105df Color CSS Codes

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

#e105df Text Font Color

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

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


#e105df Background Color

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

This div background color is #e105df


#e105df Border Color

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

This div border color is #e105df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,5,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e105df


Comments

No comments written yet.

Please login to write comment.