Color Hex Logo

#e60778 Color Hex

#E60778
(230,7,120)
0 Favorites   0 Comments

Color spaces of #e60778

RGB 2307120
HSL0.920.940.46
HSV330°97°90°
CMYK 0.000.970.48   0.10
XYZ36.099318.331019.4049
Yxy18.33100.48890.2483
Hunter Lab42.814775.57683.0983
CIE-Lab49.895178.06501.0619

#e60778 color RGB value is (230,7,120).

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

The process color (four color CMYK) of #e60778 color hex is 0.00, 0.97, 0.48, 0.10. Web safe color of #e60778 is #ff0066. Color #e60778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 01111000
Octal 346 7 170
Decimal 230 7 120
Hex E6 7 78

RGB Percentages of Color #e60778

%64.43
%1.96
%33.61

CMYK Percentages of Color #e60778

%0
%97
%48
%10

Triadic Colors of #e60778

#e60778 #78e607 #0778e6

Analogous Colors of #e60778

#e60778 #e60708 #e507e6

Monochromatic Colors of #e60778

#e60778

Complementary Color

#e60778 #07e675

#e60778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60778 Color CSS Codes

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

#e60778 Text Font Color

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

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


#e60778 Background Color

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

This div background color is #e60778


#e60778 Border Color

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

This div border color is #e60778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60778


Comments

No comments written yet.

Please login to write comment.