Color Hex Logo

#e3082c Color Hex

#E3082C
(227,8,44)
0 Favorites   0 Comments

Color spaces of #e3082c

RGB 227844
HSL0.970.930.46
HSV350°96°89°
CMYK 0.000.960.81   0.11
XYZ32.220016.68643.9055
Yxy16.68640.61010.3160
Hunter Lab40.849069.307722.9257
CIE-Lab47.862473.361644.1495

#e3082c color RGB value is (227,8,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001000 00101100
Octal 343 10 54
Decimal 227 8 44
Hex E3 8 2C

RGB Percentages of Color #e3082c

%81.36
%2.87
%15.77

CMYK Percentages of Color #e3082c

%0
%96
%81
%11

Triadic Colors of #e3082c

#e3082c #2ce308 #082ce3

Analogous Colors of #e3082c

#e3082c #e35208 #e3089a

Monochromatic Colors of #e3082c

#e3082c

Complementary Color

#e3082c #08e3bf

#e3082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3082c Color CSS Codes

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

#e3082c Text Font Color

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

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


#e3082c Background Color

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

This div background color is #e3082c


#e3082c Border Color

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

This div border color is #e3082c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3082c


Comments

No comments written yet.

Please login to write comment.