Color Hex Logo

#e6115a Color Hex

#E6115A
(230,17,90)
0 Favorites   0 Comments

Color spaces of #e6115a

RGB 2301790
HSL0.940.860.48
HSV339°93°90°
CMYK 0.000.930.61   0.10
XYZ34.679017.962111.3121
Yxy17.96210.54230.2809
Hunter Lab42.381771.890313.8421
CIE-Lab49.450175.170818.8241

#e6115a color RGB value is (230,17,90).

#e6115a hex color red value is 230, green value is 17 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e6115a hue: 0.94 , saturation: 0.86 and the lightness value of e6115a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010001 01011010
Octal 346 21 132
Decimal 230 17 90
Hex E6 11 5A

RGB Percentages of Color #e6115a

%68.25
%5.04
%26.71

CMYK Percentages of Color #e6115a

%0
%93
%61
%10

Triadic Colors of #e6115a

#e6115a #5ae611 #115ae6

Analogous Colors of #e6115a

#e6115a #e63211 #e611c5

Monochromatic Colors of #e6115a

#e6115a

Complementary Color

#e6115a #11e69d

#e6115a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6115a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6115a Color CSS Codes

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

#e6115a Text Font Color

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

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


#e6115a Background Color

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

This div background color is #e6115a


#e6115a Border Color

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

This div border color is #e6115a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6115a


Comments

No comments written yet.

Please login to write comment.