Color Hex Logo

#e75248 Color Hex

#E75248
(231,82,72)
0 Favorites   0 Comments

Color spaces of #e75248

RGB 2318272
HSL0.010.770.59
HSV69°91°
CMYK 0.000.650.69   0.09
XYZ37.142023.49148.7076
Yxy23.49140.53560.3388
Hunter Lab48.467951.969523.2757
CIE-Lab55.574957.036437.2377

#e75248 color RGB value is (231,82,72).

#e75248 hex color red value is 231, green value is 82 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e75248 hue: 0.01 , saturation: 0.77 and the lightness value of e75248 is 0.59.

The process color (four color CMYK) of #e75248 color hex is 0.00, 0.65, 0.69, 0.09. Web safe color of #e75248 is #ff6633. Color #e75248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 01001000
Octal 347 122 110
Decimal 231 82 72
Hex E7 52 48

RGB Percentages of Color #e75248

%60.00
%21.30
%18.70

CMYK Percentages of Color #e75248

%0
%65
%69
%9

Triadic Colors of #e75248

#e75248 #48e752 #5248e7

Analogous Colors of #e75248

#e75248 #e7a248 #e7488e

Monochromatic Colors of #e75248

#e75248

Complementary Color

#e75248 #48dde7

#e75248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75248 Color CSS Codes

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

#e75248 Text Font Color

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

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


#e75248 Background Color

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

This div background color is #e75248


#e75248 Border Color

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

This div border color is #e75248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75248


Comments

No comments written yet.

Please login to write comment.