Color Hex Logo

#e60122 Color Hex

#E60122
(230,1,34)
0 Favorites   0 Comments

Color spaces of #e60122

RGB 230134
HSL0.980.990.45
HSV351°100°90°
CMYK 0.001.000.85   0.10
XYZ32.932716.96023.0513
Yxy16.96020.62200.3203
Hunter Lab41.182870.671624.4350
CIE-Lab48.209874.416049.9578

#e60122 color RGB value is (230,1,34).

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

The process color (four color CMYK) of #e60122 color hex is 0.00, 1.00, 0.85, 0.10. Web safe color of #e60122 is #ff0033. Color #e60122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000001 00100010
Octal 346 1 42
Decimal 230 1 34
Hex E6 1 22

RGB Percentages of Color #e60122

%86.79
%0.38
%12.83

CMYK Percentages of Color #e60122

%0
%100
%85
%10

Triadic Colors of #e60122

#e60122 #22e601 #0122e6

Analogous Colors of #e60122

#e60122 #e65301 #e60195

Monochromatic Colors of #e60122

#e60122

Complementary Color

#e60122 #01e6c5

#e60122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60122 Color CSS Codes

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

#e60122 Text Font Color

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

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


#e60122 Background Color

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

This div background color is #e60122


#e60122 Border Color

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

This div border color is #e60122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60122


Comments

No comments written yet.

Please login to write comment.