Color Hex Logo

#e67eac Color Hex

#E67EAC
(230,126,172)
0 Favorites   0 Comments

Color spaces of #e67eac

RGB 230126172
HSL0.930.680.70
HSV333°45°90°
CMYK 0.000.450.25   0.10
XYZ47.540434.723343.2263
Yxy34.72330.37880.2767
Hunter Lab58.926540.8880-2.2444
CIE-Lab65.532745.4634-6.4181

#e67eac color RGB value is (230,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 10101100
Octal 346 176 254
Decimal 230 126 172
Hex E6 7E AC

RGB Percentages of Color #e67eac

%43.56
%23.86
%32.58

CMYK Percentages of Color #e67eac

%0
%45
%25
%10

Triadic Colors of #e67eac

#e67eac #ace67e #7eace6

Analogous Colors of #e67eac

#e67eac #e6847e #e67ee0

Monochromatic Colors of #e67eac

#e67eac

Complementary Color

#e67eac #7ee6b8

#e67eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eac Color CSS Codes

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

#e67eac Text Font Color

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

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


#e67eac Background Color

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

This div background color is #e67eac


#e67eac Border Color

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

This div border color is #e67eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eac


Comments

No comments written yet.

Please login to write comment.