Color Hex Logo

#e69bac Color Hex

#E69BAC
(230,155,172)
0 Favorites   0 Comments

Color spaces of #e69bac

RGB 230155172
HSL0.960.600.75
HSV346°33°90°
CMYK 0.000.330.25   0.10
XYZ51.800943.244244.6465
Yxy43.24420.37080.3096
Hunter Lab65.760325.52795.7786
CIE-Lab71.720430.31102.6579

#e69bac color RGB value is (230,155,172).

#e69bac hex color red value is 230, green value is 155 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e69bac hue: 0.96 , saturation: 0.60 and the lightness value of e69bac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 10101100
Octal 346 233 254
Decimal 230 155 172
Hex E6 9B AC

RGB Percentages of Color #e69bac

%41.29
%27.83
%30.88

CMYK Percentages of Color #e69bac

%0
%33
%25
%10

Triadic Colors of #e69bac

#e69bac #ace69b #9bace6

Analogous Colors of #e69bac

#e69bac #e6b09b #e69bd2

Monochromatic Colors of #e69bac

#e69bac

Complementary Color

#e69bac #9be6d5

#e69bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bac Color CSS Codes

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

#e69bac Text Font Color

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

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


#e69bac Background Color

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

This div background color is #e69bac


#e69bac Border Color

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

This div border color is #e69bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bac


Comments

No comments written yet.

Please login to write comment.