Color Hex Logo

#e20134 Color Hex

#E20134
(226,1,52)
0 Favorites   0 Comments

Color spaces of #e20134

RGB 226152
HSL0.960.990.45
HSV346°100°89°
CMYK 0.001.000.77   0.11
XYZ31.994716.43844.7354
Yxy16.43840.60180.3092
Hunter Lab40.544369.907121.4562
CIE-Lab47.544573.917639.2260

#e20134 color RGB value is (226,1,52).

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

The process color (four color CMYK) of #e20134 color hex is 0.00, 1.00, 0.77, 0.11. Web safe color of #e20134 is #cc0033. Color #e20134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000001 00110100
Octal 342 1 64
Decimal 226 1 52
Hex E2 1 34

RGB Percentages of Color #e20134

%81.00
%0.36
%18.64

CMYK Percentages of Color #e20134

%0
%100
%77
%11

Triadic Colors of #e20134

#e20134 #34e201 #0134e2

Analogous Colors of #e20134

#e20134 #e23e01 #e201a5

Monochromatic Colors of #e20134

#e20134

Complementary Color

#e20134 #01e2af

#e20134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20134 Color CSS Codes

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

#e20134 Text Font Color

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

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


#e20134 Background Color

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

This div background color is #e20134


#e20134 Border Color

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

This div border color is #e20134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20134


Comments

No comments written yet.

Please login to write comment.