Color Hex Logo

#e60986 Color Hex

#E60986
(230,9,134)
0 Favorites   0 Comments

Color spaces of #e60986

RGB 2309134
HSL0.910.920.47
HSV326°96°90°
CMYK 0.000.960.42   0.10
XYZ37.033918.739624.2195
Yxy18.73960.46300.2343
Hunter Lab43.289376.9503-2.8691
CIE-Lab50.381179.0684-6.7300

#e60986 color RGB value is (230,9,134).

#e60986 hex color red value is 230, green value is 9 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e60986 hue: 0.91 , saturation: 0.92 and the lightness value of e60986 is 0.47.

The process color (four color CMYK) of #e60986 color hex is 0.00, 0.96, 0.42, 0.10. Web safe color of #e60986 is #ff0099. Color #e60986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 10000110
Octal 346 11 206
Decimal 230 9 134
Hex E6 9 86

RGB Percentages of Color #e60986

%61.66
%2.41
%35.92

CMYK Percentages of Color #e60986

%0
%96
%42
%10

Triadic Colors of #e60986

#e60986 #86e609 #0986e6

Analogous Colors of #e60986

#e60986 #e60918 #d809e6

Monochromatic Colors of #e60986

#e60986

Complementary Color

#e60986 #09e669

#e60986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60986 Color CSS Codes

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

#e60986 Text Font Color

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

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


#e60986 Background Color

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

This div background color is #e60986


#e60986 Border Color

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

This div border color is #e60986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60986


Comments

No comments written yet.

Please login to write comment.