Color Hex Logo

#e68aac Color Hex

#E68AAC
(230,138,172)
0 Favorites   0 Comments

Color spaces of #e68aac

RGB 230138172
HSL0.940.650.72
HSV338°40°90°
CMYK 0.000.400.25   0.10
XYZ49.168037.978543.7689
Yxy37.97850.37560.2901
Hunter Lab61.626734.56701.0294
CIE-Lab68.004839.2865-2.7683

#e68aac color RGB value is (230,138,172).

#e68aac hex color red value is 230, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e68aac hue: 0.94 , saturation: 0.65 and the lightness value of e68aac is 0.72.

The process color (four color CMYK) of #e68aac color hex is 0.00, 0.40, 0.25, 0.10. Web safe color of #e68aac is #ff9999. Color #e68aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001010 10101100
Octal 346 212 254
Decimal 230 138 172
Hex E6 8A AC

RGB Percentages of Color #e68aac

%42.59
%25.56
%31.85

CMYK Percentages of Color #e68aac

%0
%40
%25
%10

Triadic Colors of #e68aac

#e68aac #ace68a #8aace6

Analogous Colors of #e68aac

#e68aac #e6968a #e68ada

Monochromatic Colors of #e68aac

#e68aac

Complementary Color

#e68aac #8ae6c4

#e68aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68aac Color CSS Codes

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

#e68aac Text Font Color

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

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


#e68aac Background Color

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

This div background color is #e68aac


#e68aac Border Color

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

This div border color is #e68aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68aac


Comments

No comments written yet.

Please login to write comment.