Color Hex Logo

#e692aa Color Hex

#E692AA
(230,146,170)
0 Favorites   0 Comments

Color spaces of #e692aa

RGB 230146170
HSL0.950.630.74
HSV343°37°90°
CMYK 0.000.370.26   0.10
XYZ50.167740.283043.1615
Yxy40.28300.37550.3015
Hunter Lab63.468930.02124.1085
CIE-Lab69.670634.80810.7898

#e692aa color RGB value is (230,146,170).

#e692aa hex color red value is 230, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e692aa hue: 0.95 , saturation: 0.63 and the lightness value of e692aa is 0.74.

The process color (four color CMYK) of #e692aa color hex is 0.00, 0.37, 0.26, 0.10. Web safe color of #e692aa is #ff9999. Color #e692aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 10101010
Octal 346 222 252
Decimal 230 146 170
Hex E6 92 AA

RGB Percentages of Color #e692aa

%42.12
%26.74
%31.14

CMYK Percentages of Color #e692aa

%0
%37
%26
%10

Triadic Colors of #e692aa

#e692aa #aae692 #92aae6

Analogous Colors of #e692aa

#e692aa #e6a492 #e692d4

Monochromatic Colors of #e692aa

#e692aa

Complementary Color

#e692aa #92e6ce

#e692aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e692aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e692aa Color CSS Codes

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

#e692aa Text Font Color

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

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


#e692aa Background Color

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

This div background color is #e692aa


#e692aa Border Color

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

This div border color is #e692aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e692aa


Comments

No comments written yet.

Please login to write comment.