Color Hex Logo

#e60766 Color Hex

#E60766
(230,7,102)
0 Favorites   0 Comments

Color spaces of #e60766

RGB 2307102
HSL0.930.940.46
HSV334°97°90°
CMYK 0.000.970.56   0.10
XYZ35.107417.934314.1817
Yxy17.93430.52220.2668
Hunter Lab42.348973.86669.7893
CIE-Lab49.416376.781611.4067

#e60766 color RGB value is (230,7,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 01100110
Octal 346 7 146
Decimal 230 7 102
Hex E6 7 66

RGB Percentages of Color #e60766

%67.85
%2.06
%30.09

CMYK Percentages of Color #e60766

%0
%97
%56
%10

Triadic Colors of #e60766

#e60766 #66e607 #0766e6

Analogous Colors of #e60766

#e60766 #e61807 #e607d6

Monochromatic Colors of #e60766

#e60766

Complementary Color

#e60766 #07e687

#e60766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60766 Color CSS Codes

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

#e60766 Text Font Color

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

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


#e60766 Background Color

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

This div background color is #e60766


#e60766 Border Color

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

This div border color is #e60766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60766


Comments

No comments written yet.

Please login to write comment.