Color Hex Logo

#e6585a Color Hex

#E6585A
(230,88,90)
0 Favorites   0 Comments

Color spaces of #e6585a

RGB 2308890
HSL1.000.740.62
HSV359°62°90°
CMYK 0.000.620.61   0.10
XYZ37.968324.540612.4085
Yxy24.54060.50680.3276
Hunter Lab49.538550.117319.8258
CIE-Lab56.625055.201028.2503

#e6585a color RGB value is (230,88,90).

#e6585a hex color red value is 230, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e6585a hue: 1.00 , saturation: 0.74 and the lightness value of e6585a is 0.62.

The process color (four color CMYK) of #e6585a color hex is 0.00, 0.62, 0.61, 0.10. Web safe color of #e6585a is #ff6666. Color #e6585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011000 01011010
Octal 346 130 132
Decimal 230 88 90
Hex E6 58 5A

RGB Percentages of Color #e6585a

%56.37
%21.57
%22.06

CMYK Percentages of Color #e6585a

%0
%62
%61
%10

Triadic Colors of #e6585a

#e6585a #5ae658 #585ae6

Analogous Colors of #e6585a

#e6585a #e69d58 #e658a1

Monochromatic Colors of #e6585a

#e6585a

Complementary Color

#e6585a #58e6e4

#e6585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6585a Color CSS Codes

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

#e6585a Text Font Color

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

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


#e6585a Background Color

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

This div background color is #e6585a


#e6585a Border Color

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

This div border color is #e6585a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,88,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6585a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6585a;
  -webkit-box-shadow: 1px 1px 3px 2px #e6585a;
  box-shadow:         1px 1px 3px 2px #e6585a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,88,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6585a


Comments

No comments written yet.

Please login to write comment.