Color Hex Logo

#e70692 Color Hex

#E70692
(231,6,146)
0 Favorites   0 Comments

Color spaces of #e70692

RGB 2316146
HSL0.900.950.46
HSV323°97°91°
CMYK 0.000.970.37   0.09
XYZ38.208419.194528.8852
Yxy19.19450.44280.2224
Hunter Lab43.811579.0012-8.4222
CIE-Lab50.914080.5922-13.1405

#e70692 color RGB value is (231,6,146).

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

The process color (four color CMYK) of #e70692 color hex is 0.00, 0.97, 0.37, 0.09. Web safe color of #e70692 is #ff0099. Color #e70692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 10010010
Octal 347 6 222
Decimal 231 6 146
Hex E7 6 92

RGB Percentages of Color #e70692

%60.31
%1.57
%38.12

CMYK Percentages of Color #e70692

%0
%97
%37
%9

Triadic Colors of #e70692

#e70692 #92e706 #0692e7

Analogous Colors of #e70692

#e70692 #e70622 #cc06e7

Monochromatic Colors of #e70692

#e70692

Complementary Color

#e70692 #06e75b

#e70692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70692 Color CSS Codes

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

#e70692 Text Font Color

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

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


#e70692 Background Color

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

This div background color is #e70692


#e70692 Border Color

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

This div border color is #e70692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70692


Comments

No comments written yet.

Please login to write comment.