Color Hex Logo

#e70666 Color Hex

#E70666
(231,6,102)
0 Favorites   0 Comments

Color spaces of #e70666

RGB 2316102
HSL0.930.950.46
HSV334°97°91°
CMYK 0.000.970.56   0.09
XYZ35.418418.078514.1931
Yxy18.07850.52320.2671
Hunter Lab42.518874.28359.9717
CIE-Lab49.591277.084111.6810

#e70666 color RGB value is (231,6,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 01100110
Octal 347 6 146
Decimal 231 6 102
Hex E7 6 66

RGB Percentages of Color #e70666

%68.14
%1.77
%30.09

CMYK Percentages of Color #e70666

%0
%97
%56
%9

Triadic Colors of #e70666

#e70666 #66e706 #0666e7

Analogous Colors of #e70666

#e70666 #e71606 #e706d7

Monochromatic Colors of #e70666

#e70666

Complementary Color

#e70666 #06e787

#e70666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70666 Color CSS Codes

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

#e70666 Text Font Color

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

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


#e70666 Background Color

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

This div background color is #e70666


#e70666 Border Color

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

This div border color is #e70666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70666


Comments

No comments written yet.

Please login to write comment.