Color Hex Logo

#e35230 Color Hex

#E35230
(227,82,48)
0 Favorites   0 Comments

Color spaces of #e35230

RGB 2278248
HSL0.030.760.54
HSV11°79°89°
CMYK 0.000.640.79   0.11
XYZ35.229322.57895.2977
Yxy22.57890.55830.3578
Hunter Lab47.517349.184726.6518
CIE-Lab54.635954.698148.7721

#e35230 color RGB value is (227,82,48).

#e35230 hex color red value is 227, green value is 82 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e35230 hue: 0.03 , saturation: 0.76 and the lightness value of e35230 is 0.54.

The process color (four color CMYK) of #e35230 color hex is 0.00, 0.64, 0.79, 0.11. Web safe color of #e35230 is #cc6633. Color #e35230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010010 00110000
Octal 343 122 60
Decimal 227 82 48
Hex E3 52 30

RGB Percentages of Color #e35230

%63.59
%22.97
%13.45

CMYK Percentages of Color #e35230

%0
%64
%79
%11

Triadic Colors of #e35230

#e35230 #30e352 #5230e3

Analogous Colors of #e35230

#e35230 #e3ac30 #e33068

Monochromatic Colors of #e35230

#e35230

Complementary Color

#e35230 #30c1e3

#e35230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35230 Color CSS Codes

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

#e35230 Text Font Color

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

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


#e35230 Background Color

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

This div background color is #e35230


#e35230 Border Color

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

This div border color is #e35230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35230


Comments

No comments written yet.

Please login to write comment.