Color Hex Logo

#e3483d Color Hex

#E3483D
(227,72,61)
0 Favorites   0 Comments

Color spaces of #e3483d

RGB 2277261
HSL0.010.750.56
HSV73°89°
CMYK 0.000.680.73   0.11
XYZ34.838221.30256.6905
Yxy21.30250.55450.3390
Hunter Lab46.154653.963823.7137
CIE-Lab53.279059.212940.5249

#e3483d color RGB value is (227,72,61).

#e3483d hex color red value is 227, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e3483d hue: 0.01 , saturation: 0.75 and the lightness value of e3483d is 0.56.

The process color (four color CMYK) of #e3483d color hex is 0.00, 0.68, 0.73, 0.11. Web safe color of #e3483d is #cc3333. Color #e3483d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 00111101
Octal 343 110 75
Decimal 227 72 61
Hex E3 48 3D

RGB Percentages of Color #e3483d

%63.06
%20.00
%16.94

CMYK Percentages of Color #e3483d

%0
%68
%73
%11

Triadic Colors of #e3483d

#e3483d #3de348 #483de3

Analogous Colors of #e3483d

#e3483d #e39b3d #e33d85

Monochromatic Colors of #e3483d

#e3483d

Complementary Color

#e3483d #3dd8e3

#e3483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3483d Color CSS Codes

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

#e3483d Text Font Color

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

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


#e3483d Background Color

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

This div background color is #e3483d


#e3483d Border Color

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

This div border color is #e3483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3483d


Comments

No comments written yet.

Please login to write comment.