Color Hex Logo

#e70766 Color Hex

#E70766
(231,7,102)
0 Favorites   0 Comments

Color spaces of #e70766

RGB 2317102
HSL0.930.940.47
HSV335°97°91°
CMYK 0.000.970.56   0.09
XYZ35.429218.100214.1967
Yxy18.10020.52310.2673
Hunter Lab42.544374.19509.9964
CIE-Lab49.617477.007611.7176

#e70766 color RGB value is (231,7,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 01100110
Octal 347 7 146
Decimal 231 7 102
Hex E7 7 66

RGB Percentages of Color #e70766

%67.94
%2.06
%30.00

CMYK Percentages of Color #e70766

%0
%97
%56
%9

Triadic Colors of #e70766

#e70766 #66e707 #0766e7

Analogous Colors of #e70766

#e70766 #e71807 #e707d6

Monochromatic Colors of #e70766

#e70766

Complementary Color

#e70766 #07e788

#e70766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70766 Color CSS Codes

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

#e70766 Text Font Color

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

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


#e70766 Background Color

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

This div background color is #e70766


#e70766 Border Color

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

This div border color is #e70766


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e70766">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70766


Comments

No comments written yet.

Please login to write comment.