Color Hex Logo

#e60790 Color Hex

#E60790
(230,7,144)
0 Favorites   0 Comments

Color spaces of #e60790

RGB 2307144
HSL0.900.940.46
HSV323°97°90°
CMYK 0.000.970.37   0.10
XYZ37.743118.988628.0614
Yxy18.98860.44510.2239
Hunter Lab43.575978.3492-7.6776
CIE-Lab50.673980.1231-12.3210

#e60790 color RGB value is (230,7,144).

#e60790 hex color red value is 230, green value is 7 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e60790 hue: 0.90 , saturation: 0.94 and the lightness value of e60790 is 0.46.

The process color (four color CMYK) of #e60790 color hex is 0.00, 0.97, 0.37, 0.10. Web safe color of #e60790 is #ff0099. Color #e60790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 10010000
Octal 346 7 220
Decimal 230 7 144
Hex E6 7 90

RGB Percentages of Color #e60790

%60.37
%1.84
%37.80

CMYK Percentages of Color #e60790

%0
%97
%37
%10

Triadic Colors of #e60790

#e60790 #90e607 #0790e6

Analogous Colors of #e60790

#e60790 #e60721 #cd07e6

Monochromatic Colors of #e60790

#e60790

Complementary Color

#e60790 #07e65d

#e60790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60790 Color CSS Codes

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

#e60790 Text Font Color

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

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


#e60790 Background Color

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

This div background color is #e60790


#e60790 Border Color

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

This div border color is #e60790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60790


Comments

No comments written yet.

Please login to write comment.