Color Hex Logo

#e4605d Color Hex

#E4605D
(228,96,93)
0 Favorites   0 Comments

Color spaces of #e4605d

RGB 2289693
HSL0.000.710.63
HSV59°89°
CMYK 0.000.580.59   0.11
XYZ38.153625.650013.2960
Yxy25.65000.49490.3327
Hunter Lab50.645845.841219.8867
CIE-Lab57.703351.151327.8507

#e4605d color RGB value is (228,96,93).

#e4605d hex color red value is 228, green value is 96 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e4605d hue: 0.00 , saturation: 0.71 and the lightness value of e4605d is 0.63.

The process color (four color CMYK) of #e4605d color hex is 0.00, 0.58, 0.59, 0.11. Web safe color of #e4605d is #cc6666. Color #e4605d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100000 01011101
Octal 344 140 135
Decimal 228 96 93
Hex E4 60 5D

RGB Percentages of Color #e4605d

%54.68
%23.02
%22.30

CMYK Percentages of Color #e4605d

%0
%58
%59
%11

Triadic Colors of #e4605d

#e4605d #5de460 #605de4

Analogous Colors of #e4605d

#e4605d #e4a45d #e45d9e

Monochromatic Colors of #e4605d

#e4605d

Complementary Color

#e4605d #5de1e4

#e4605d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4605d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4605d Color CSS Codes

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

#e4605d Text Font Color

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

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


#e4605d Background Color

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

This div background color is #e4605d


#e4605d Border Color

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

This div border color is #e4605d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,96,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4605d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4605d;
  -webkit-box-shadow: 1px 1px 3px 2px #e4605d;
  box-shadow:         1px 1px 3px 2px #e4605d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,96,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4605d


Comments

No comments written yet.

Please login to write comment.