Color Hex Logo

#e9b9ea Color Hex

#E9B9EA
(233,185,234)
0 Favorites   0 Comments

Color spaces of #e9b9ea

RGB 233185234
HSL0.830.540.82
HSV299°21°92°
CMYK 0.000.210.00   0.08
XYZ65.804557.962185.5614
Yxy57.96210.31440.2769
Hunter Lab76.132821.0518-13.3397
CIE-Lab80.717725.4392-17.8046

#e9b9ea color RGB value is (233,185,234).

#e9b9ea hex color red value is 233, green value is 185 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e9b9ea hue: 0.83 , saturation: 0.54 and the lightness value of e9b9ea is 0.82.

The process color (four color CMYK) of #e9b9ea color hex is 0.00, 0.21, 0.00, 0.08. Web safe color of #e9b9ea is #ffccff. Color #e9b9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111001 11101010
Octal 351 271 352
Decimal 233 185 234
Hex E9 B9 EA

RGB Percentages of Color #e9b9ea

%35.74
%28.37
%35.89

CMYK Percentages of Color #e9b9ea

%0
%21
%0
%8

Triadic Colors of #e9b9ea

#e9b9ea #eae9b9 #b9eae9

Analogous Colors of #e9b9ea

#e9b9ea #eab9d3 #d1b9ea

Monochromatic Colors of #e9b9ea

#e9b9ea

Complementary Color

#e9b9ea #baeab9

#e9b9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9b9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9b9ea Color CSS Codes

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

#e9b9ea Text Font Color

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

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


#e9b9ea Background Color

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

This div background color is #e9b9ea


#e9b9ea Border Color

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

This div border color is #e9b9ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,185,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9b9ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9b9ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e9b9ea;
  box-shadow:         1px 1px 3px 2px #e9b9ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,185,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9b9ea


Comments

No comments written yet.

Please login to write comment.