Color Hex Logo

#e6015a Color Hex

#E6015A
(230,1,90)
0 Favorites   0 Comments

Color spaces of #e6015a

RGB 230190
HSL0.940.990.45
HSV337°100°90°
CMYK 0.001.000.61   0.10
XYZ34.489417.582911.2489
Yxy17.58290.54470.2777
Hunter Lab41.932073.436813.4469
CIE-Lab48.986376.517818.1998

#e6015a color RGB value is (230,1,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000001 01011010
Octal 346 1 132
Decimal 230 1 90
Hex E6 1 5A

RGB Percentages of Color #e6015a

%71.65
%0.31
%28.04

CMYK Percentages of Color #e6015a

%0
%100
%61
%10

Triadic Colors of #e6015a

#e6015a #5ae601 #015ae6

Analogous Colors of #e6015a

#e6015a #e61b01 #e601cd

Monochromatic Colors of #e6015a

#e6015a

Complementary Color

#e6015a #01e68d

#e6015a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6015a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6015a Color CSS Codes

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

#e6015a Text Font Color

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

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


#e6015a Background Color

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

This div background color is #e6015a


#e6015a Border Color

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

This div border color is #e6015a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6015a


Comments

No comments written yet.

Please login to write comment.