Color Hex Logo

#e69bae Color Hex

#E69BAE
(230,155,174)
0 Favorites   0 Comments

Color spaces of #e69bae

RGB 230155174
HSL0.960.600.75
HSV345°33°90°
CMYK 0.000.330.24   0.10
XYZ51.994543.321745.6659
Yxy43.32170.36880.3073
Hunter Lab65.819225.82414.9376
CIE-Lab71.772830.59351.6259

#e69bae color RGB value is (230,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 10101110
Octal 346 233 256
Decimal 230 155 174
Hex E6 9B AE

RGB Percentages of Color #e69bae

%41.14
%27.73
%31.13

CMYK Percentages of Color #e69bae

%0
%33
%24
%10

Triadic Colors of #e69bae

#e69bae #aee69b #9baee6

Analogous Colors of #e69bae

#e69bae #e6ae9b #e69bd4

Monochromatic Colors of #e69bae

#e69bae

Complementary Color

#e69bae #9be6d3

#e69bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bae Color CSS Codes

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

#e69bae Text Font Color

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

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


#e69bae Background Color

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

This div background color is #e69bae


#e69bae Border Color

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

This div border color is #e69bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bae


Comments

No comments written yet.

Please login to write comment.