Color Hex Logo

#e6105a Color Hex

#E6105A
(230,16,90)
0 Favorites   0 Comments

Color spaces of #e6105a

RGB 2301690
HSL0.940.870.48
HSV339°93°90°
CMYK 0.000.930.61   0.10
XYZ34.663917.931811.3070
Yxy17.93180.54240.2806
Hunter Lab42.346072.012613.8109
CIE-Lab49.413375.277618.7748

#e6105a color RGB value is (230,16,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010000 01011010
Octal 346 20 132
Decimal 230 16 90
Hex E6 10 5A

RGB Percentages of Color #e6105a

%68.45
%4.76
%26.79

CMYK Percentages of Color #e6105a

%0
%93
%61
%10

Triadic Colors of #e6105a

#e6105a #5ae610 #105ae6

Analogous Colors of #e6105a

#e6105a #e63110 #e610c5

Monochromatic Colors of #e6105a

#e6105a

Complementary Color

#e6105a #10e69c

#e6105a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6105a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6105a Color CSS Codes

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

#e6105a Text Font Color

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

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


#e6105a Background Color

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

This div background color is #e6105a


#e6105a Border Color

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

This div border color is #e6105a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6105a


Comments

No comments written yet.

Please login to write comment.