Color Hex Logo

#e67eaa Color Hex

#E67EAA
(230,126,170)
0 Favorites   0 Comments

Color spaces of #e67eaa

RGB 230126170
HSL0.930.680.70
HSV335°45°90°
CMYK 0.000.450.26   0.10
XYZ47.349734.647042.2221
Yxy34.64700.38120.2789
Hunter Lab58.861740.5815-1.3261
CIE-Lab65.472945.1896-5.3739

#e67eaa color RGB value is (230,126,170).

#e67eaa hex color red value is 230, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e67eaa hue: 0.93 , saturation: 0.68 and the lightness value of e67eaa is 0.70.

The process color (four color CMYK) of #e67eaa color hex is 0.00, 0.45, 0.26, 0.10. Web safe color of #e67eaa is #ff6699. Color #e67eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10101010
Octal 346 176 252
Decimal 230 126 170
Hex E6 7E AA

RGB Percentages of Color #e67eaa

%43.73
%23.95
%32.32

CMYK Percentages of Color #e67eaa

%0
%45
%26
%10

Triadic Colors of #e67eaa

#e67eaa #aae67e #7eaae6

Analogous Colors of #e67eaa

#e67eaa #e6867e #e67ede

Monochromatic Colors of #e67eaa

#e67eaa

Complementary Color

#e67eaa #7ee6ba

#e67eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eaa Color CSS Codes

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

#e67eaa Text Font Color

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

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


#e67eaa Background Color

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

This div background color is #e67eaa


#e67eaa Border Color

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

This div border color is #e67eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eaa


Comments

No comments written yet.

Please login to write comment.