Color Hex Logo

#e60474 Color Hex

#E60474
(230,4,116)
0 Favorites   0 Comments

Color spaces of #e60474

RGB 2304116
HSL0.920.970.46
HSV330°98°90°
CMYK 0.000.980.50   0.10
XYZ35.828918.170818.1419
Yxy18.17080.49660.2519
Hunter Lab42.627275.43464.6056
CIE-Lab49.702677.98853.2268

#e60474 color RGB value is (230,4,116).

#e60474 hex color red value is 230, green value is 4 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e60474 hue: 0.92 , saturation: 0.97 and the lightness value of e60474 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 01110100
Octal 346 4 164
Decimal 230 4 116
Hex E6 4 74

RGB Percentages of Color #e60474

%65.71
%1.14
%33.14

CMYK Percentages of Color #e60474

%0
%98
%50
%10

Triadic Colors of #e60474

#e60474 #74e604 #0474e6

Analogous Colors of #e60474

#e60474 #e60504 #e604e5

Monochromatic Colors of #e60474

#e60474

Complementary Color

#e60474 #04e676

#e60474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60474 Color CSS Codes

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

#e60474 Text Font Color

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

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


#e60474 Background Color

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

This div background color is #e60474


#e60474 Border Color

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

This div border color is #e60474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60474


Comments

No comments written yet.

Please login to write comment.