Color Hex Logo

#e60972 Color Hex

#E60972
(230,9,114)
0 Favorites   0 Comments

Color spaces of #e60972

RGB 2309114
HSL0.920.920.47
HSV331°96°90°
CMYK 0.000.960.50   0.10
XYZ35.768118.233317.5538
Yxy18.23330.49990.2548
Hunter Lab42.700574.79495.5167
CIE-Lab49.777977.45974.5588

#e60972 color RGB value is (230,9,114).

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

The process color (four color CMYK) of #e60972 color hex is 0.00, 0.96, 0.50, 0.10. Web safe color of #e60972 is #ff0066. Color #e60972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 01110010
Octal 346 11 162
Decimal 230 9 114
Hex E6 9 72

RGB Percentages of Color #e60972

%65.16
%2.55
%32.29

CMYK Percentages of Color #e60972

%0
%96
%50
%10

Triadic Colors of #e60972

#e60972 #72e609 #0972e6

Analogous Colors of #e60972

#e60972 #e60e09 #e609e1

Monochromatic Colors of #e60972

#e60972

Complementary Color

#e60972 #09e67d

#e60972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60972 Color CSS Codes

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

#e60972 Text Font Color

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

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


#e60972 Background Color

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

This div background color is #e60972


#e60972 Border Color

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

This div border color is #e60972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60972


Comments

No comments written yet.

Please login to write comment.