Color Hex Logo

#e15348 Color Hex

#E15348
(225,83,72)
0 Favorites   0 Comments

Color spaces of #e15348

RGB 2258372
HSL0.010.720.58
HSV68°88°
CMYK 0.000.630.68   0.12
XYZ35.314322.66198.6438
Yxy22.66190.53010.3402
Hunter Lab47.604549.108222.5576
CIE-Lab54.722454.614135.9787

#e15348 color RGB value is (225,83,72).

#e15348 hex color red value is 225, green value is 83 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e15348 hue: 0.01 , saturation: 0.72 and the lightness value of e15348 is 0.58.

The process color (four color CMYK) of #e15348 color hex is 0.00, 0.63, 0.68, 0.12. Web safe color of #e15348 is #cc6633. Color #e15348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 01001000
Octal 341 123 110
Decimal 225 83 72
Hex E1 53 48

RGB Percentages of Color #e15348

%59.21
%21.84
%18.95

CMYK Percentages of Color #e15348

%0
%63
%68
%12

Triadic Colors of #e15348

#e15348 #48e153 #5348e1

Analogous Colors of #e15348

#e15348 #e1a048 #e1488a

Monochromatic Colors of #e15348

#e15348

Complementary Color

#e15348 #48d6e1

#e15348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15348 Color CSS Codes

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

#e15348 Text Font Color

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

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


#e15348 Background Color

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

This div background color is #e15348


#e15348 Border Color

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

This div border color is #e15348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15348


Comments

No comments written yet.

Please login to write comment.