Color Hex Logo

#e11701 Color Hex

#E11701
(225,23,1)
0 Favorites   0 Comments

Color spaces of #e11701

RGB 225231
HSL0.020.990.44
HSV100°88°
CMYK 0.000.901.00   0.12
XYZ31.363216.62251.5842
Yxy16.62250.63270.3353
Hunter Lab40.770765.963926.2357
CIE-Lab47.780870.595361.1414

#e11701 color RGB value is (225,23,1).

#e11701 hex color red value is 225, green value is 23 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e11701 hue: 0.02 , saturation: 0.99 and the lightness value of e11701 is 0.44.

The process color (four color CMYK) of #e11701 color hex is 0.00, 0.90, 1.00, 0.12. Web safe color of #e11701 is #cc0000. Color #e11701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 00000001
Octal 341 27 1
Decimal 225 23 1
Hex E1 17 1

RGB Percentages of Color #e11701

%90.36
%9.24
%0.40

CMYK Percentages of Color #e11701

%0
%90
%100
%12

Triadic Colors of #e11701

#e11701 #01e117 #1701e1

Analogous Colors of #e11701

#e11701 #e18701 #e1015b

Monochromatic Colors of #e11701

#e11701

Complementary Color

#e11701 #01cbe1

#e11701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11701 Color CSS Codes

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

#e11701 Text Font Color

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

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


#e11701 Background Color

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

This div background color is #e11701


#e11701 Border Color

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

This div border color is #e11701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11701


Comments

No comments written yet.

Please login to write comment.