Color Hex Logo

#e9bfca Color Hex

#E9BFCA
(233,191,202)
0 Favorites   0 Comments

Color spaces of #e9bfca

RGB 233191202
HSL0.960.490.83
HSV344°18°91°
CMYK 0.000.180.13   0.09
XYZ62.895758.849563.9212
Yxy58.84950.33880.3170
Hunter Lab76.713412.09984.2962
CIE-Lab81.208816.70650.1360

#e9bfca color RGB value is (233,191,202).

#e9bfca hex color red value is 233, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e9bfca hue: 0.96 , saturation: 0.49 and the lightness value of e9bfca is 0.83.

The process color (four color CMYK) of #e9bfca color hex is 0.00, 0.18, 0.13, 0.09. Web safe color of #e9bfca is #ffcccc. Color #e9bfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11001010
Octal 351 277 312
Decimal 233 191 202
Hex E9 BF CA

RGB Percentages of Color #e9bfca

%37.22
%30.51
%32.27

CMYK Percentages of Color #e9bfca

%0
%18
%13
%9

Triadic Colors of #e9bfca

#e9bfca #cae9bf #bfcae9

Analogous Colors of #e9bfca

#e9bfca #e9c9bf #e9bfdf

Monochromatic Colors of #e9bfca

#e9bfca

Complementary Color

#e9bfca #bfe9de

#e9bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfca Color CSS Codes

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

#e9bfca Text Font Color

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

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


#e9bfca Background Color

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

This div background color is #e9bfca


#e9bfca Border Color

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

This div border color is #e9bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfca


Comments

No comments written yet.

Please login to write comment.