Color Hex Logo

#e30822 Color Hex

#E30822
(227,8,34)
0 Favorites   0 Comments

Color spaces of #e30822

RGB 227834
HSL0.980.930.46
HSV353°96°89°
CMYK 0.000.960.85   0.11
XYZ32.054116.62013.0319
Yxy16.62010.61990.3214
Hunter Lab40.767869.004024.1280
CIE-Lab47.777873.127349.3418

#e30822 color RGB value is (227,8,34).

#e30822 hex color red value is 227, green value is 8 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e30822 hue: 0.98 , saturation: 0.93 and the lightness value of e30822 is 0.46.

The process color (four color CMYK) of #e30822 color hex is 0.00, 0.96, 0.85, 0.11. Web safe color of #e30822 is #cc0033. Color #e30822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001000 00100010
Octal 343 10 42
Decimal 227 8 34
Hex E3 8 22

RGB Percentages of Color #e30822

%84.39
%2.97
%12.64

CMYK Percentages of Color #e30822

%0
%96
%85
%11

Triadic Colors of #e30822

#e30822 #22e308 #0822e3

Analogous Colors of #e30822

#e30822 #e35c08 #e30890

Monochromatic Colors of #e30822

#e30822

Complementary Color

#e30822 #08e3c9

#e30822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30822 Color CSS Codes

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

#e30822 Text Font Color

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

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


#e30822 Background Color

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

This div background color is #e30822


#e30822 Border Color

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

This div border color is #e30822


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,8,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 #e30822">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30822


Comments

No comments written yet.

Please login to write comment.