Color Hex Logo

#e11064 Color Hex

#E11064
(225,16,100)
0 Favorites   0 Comments

Color spaces of #e11064

RGB 22516100
HSL0.930.870.47
HSV336°93°88°
CMYK 0.000.930.56   0.12
XYZ33.536917.298213.6279
Yxy17.29820.52030.2683
Hunter Lab41.591171.14879.6866
CIE-Lab48.633674.724211.3943

#e11064 color RGB value is (225,16,100).

#e11064 hex color red value is 225, green value is 16 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e11064 hue: 0.93 , saturation: 0.87 and the lightness value of e11064 is 0.47.

The process color (four color CMYK) of #e11064 color hex is 0.00, 0.93, 0.56, 0.12. Web safe color of #e11064 is #cc0066. Color #e11064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010000 01100100
Octal 341 20 144
Decimal 225 16 100
Hex E1 10 64

RGB Percentages of Color #e11064

%65.98
%4.69
%29.33

CMYK Percentages of Color #e11064

%0
%93
%56
%12

Triadic Colors of #e11064

#e11064 #64e110 #1064e1

Analogous Colors of #e11064

#e11064 #e12510 #e110cd

Monochromatic Colors of #e11064

#e11064

Complementary Color

#e11064 #10e18d

#e11064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11064 Color CSS Codes

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

#e11064 Text Font Color

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

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


#e11064 Background Color

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

This div background color is #e11064


#e11064 Border Color

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

This div border color is #e11064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11064


Comments

No comments written yet.

Please login to write comment.