Color Hex Logo

#e67daa Color Hex

#E67DAA
(230,125,170)
0 Favorites   0 Comments

Color spaces of #e67daa

RGB 230125170
HSL0.930.680.70
HSV334°46°90°
CMYK 0.000.460.26   0.10
XYZ47.222434.392542.1797
Yxy34.39250.38150.2778
Hunter Lab58.645141.1034-1.5919
CIE-Lab65.272945.6960-5.6699

#e67daa color RGB value is (230,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 10101010
Octal 346 175 252
Decimal 230 125 170
Hex E6 7D AA

RGB Percentages of Color #e67daa

%43.81
%23.81
%32.38

CMYK Percentages of Color #e67daa

%0
%46
%26
%10

Triadic Colors of #e67daa

#e67daa #aae67d #7daae6

Analogous Colors of #e67daa

#e67daa #e6857d #e67ddf

Monochromatic Colors of #e67daa

#e67daa

Complementary Color

#e67daa #7de6b9

#e67daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67daa Color CSS Codes

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

#e67daa Text Font Color

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

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


#e67daa Background Color

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

This div background color is #e67daa


#e67daa Border Color

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

This div border color is #e67daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67daa


Comments

No comments written yet.

Please login to write comment.