Color Hex Logo

#e692a4 Color Hex

#E692A4
(230,146,164)
0 Favorites   0 Comments

Color spaces of #e692a4

RGB 230146164
HSL0.960.630.74
HSV347°37°90°
CMYK 0.000.370.29   0.10
XYZ49.612940.061140.2396
Yxy40.06110.38190.3084
Hunter Lab63.293829.15316.6116
CIE-Lab69.513033.99233.9112

#e692a4 color RGB value is (230,146,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 10100100
Octal 346 222 244
Decimal 230 146 164
Hex E6 92 A4

RGB Percentages of Color #e692a4

%42.59
%27.04
%30.37

CMYK Percentages of Color #e692a4

%0
%37
%29
%10

Triadic Colors of #e692a4

#e692a4 #a4e692 #92a4e6

Analogous Colors of #e692a4

#e692a4 #e6aa92 #e692ce

Monochromatic Colors of #e692a4

#e692a4

Complementary Color

#e692a4 #92e6d4

#e692a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e692a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e692a4 Color CSS Codes

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

#e692a4 Text Font Color

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

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


#e692a4 Background Color

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

This div background color is #e692a4


#e692a4 Border Color

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

This div border color is #e692a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e692a4


Comments

No comments written yet.

Please login to write comment.