Color Hex Logo

#e6185a Color Hex

#E6185A
(230,24,90)
0 Favorites   0 Comments

Color spaces of #e6185a

RGB 2302490
HSL0.950.810.50
HSV341°90°90°
CMYK 0.000.900.61   0.10
XYZ34.805218.214411.3542
Yxy18.21440.54070.2829
Hunter Lab42.678370.883914.1012
CIE-Lab49.755174.288919.2335

#e6185a color RGB value is (230,24,90).

#e6185a hex color red value is 230, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e6185a hue: 0.95 , saturation: 0.81 and the lightness value of e6185a is 0.50.

The process color (four color CMYK) of #e6185a color hex is 0.00, 0.90, 0.61, 0.10. Web safe color of #e6185a is #ff0066. Color #e6185a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 01011010
Octal 346 30 132
Decimal 230 24 90
Hex E6 18 5A

RGB Percentages of Color #e6185a

%66.86
%6.98
%26.16

CMYK Percentages of Color #e6185a

%0
%90
%61
%10

Triadic Colors of #e6185a

#e6185a #5ae618 #185ae6

Analogous Colors of #e6185a

#e6185a #e63d18 #e618c1

Monochromatic Colors of #e6185a

#e6185a

Complementary Color

#e6185a #18e6a4

#e6185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6185a Color CSS Codes

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

#e6185a Text Font Color

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

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


#e6185a Background Color

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

This div background color is #e6185a


#e6185a Border Color

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

This div border color is #e6185a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6185a


Comments

No comments written yet.

Please login to write comment.