Color Hex Logo

#e61902 Color Hex

#E61902
(230,25,2)
0 Favorites   0 Comments

Color spaces of #e61902

RGB 230252
HSL0.020.980.45
HSV99°90°
CMYK 0.000.890.99   0.10
XYZ32.991717.52261.7008
Yxy17.52260.63180.3356
Hunter Lab41.860067.428626.8930
CIE-Lab48.911971.599661.9219

#e61902 color RGB value is (230,25,2).

#e61902 hex color red value is 230, green value is 25 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #e61902 hue: 0.02 , saturation: 0.98 and the lightness value of e61902 is 0.45.

The process color (four color CMYK) of #e61902 color hex is 0.00, 0.89, 0.99, 0.10. Web safe color of #e61902 is #ff0000. Color #e61902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 00000010
Octal 346 31 2
Decimal 230 25 2
Hex E6 19 2

RGB Percentages of Color #e61902

%89.49
%9.73
%0.78

CMYK Percentages of Color #e61902

%0
%89
%99
%10

Triadic Colors of #e61902

#e61902 #02e619 #1902e6

Analogous Colors of #e61902

#e61902 #e68b02 #e6025d

Monochromatic Colors of #e61902

#e61902

Complementary Color

#e61902 #02cfe6

#e61902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61902 Color CSS Codes

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

#e61902 Text Font Color

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

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


#e61902 Background Color

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

This div background color is #e61902


#e61902 Border Color

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

This div border color is #e61902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61902


Comments

No comments written yet.

Please login to write comment.