Color Hex Logo

#e60792 Color Hex

#E60792
(230,7,146)
0 Favorites   0 Comments

Color spaces of #e60792

RGB 2307146
HSL0.900.940.46
HSV323°97°90°
CMYK 0.000.970.37   0.10
XYZ37.897419.050328.8738
Yxy19.05030.44160.2220
Hunter Lab43.646678.6059-8.6698
CIE-Lab50.746080.3123-13.4132

#e60792 color RGB value is (230,7,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 10010010
Octal 346 7 222
Decimal 230 7 146
Hex E6 7 92

RGB Percentages of Color #e60792

%60.05
%1.83
%38.12

CMYK Percentages of Color #e60792

%0
%97
%37
%10

Triadic Colors of #e60792

#e60792 #92e607 #0792e6

Analogous Colors of #e60792

#e60792 #e60722 #cb07e6

Monochromatic Colors of #e60792

#e60792

Complementary Color

#e60792 #07e65b

#e60792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60792 Color CSS Codes

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

#e60792 Text Font Color

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

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


#e60792 Background Color

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

This div background color is #e60792


#e60792 Border Color

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

This div border color is #e60792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60792


Comments

No comments written yet.

Please login to write comment.