Color Hex Logo

#e9bfcc Color Hex

#E9BFCC
(233,191,204)
0 Favorites   0 Comments

Color spaces of #e9bfcc

RGB 233191204
HSL0.950.490.83
HSV341°18°91°
CMYK 0.000.180.12   0.09
XYZ63.134258.944965.1767
Yxy58.94490.33720.3148
Hunter Lab76.775612.42713.4102
CIE-Lab81.261317.0303-0.8628

#e9bfcc color RGB value is (233,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11001100
Octal 351 277 314
Decimal 233 191 204
Hex E9 BF CC

RGB Percentages of Color #e9bfcc

%37.10
%30.41
%32.48

CMYK Percentages of Color #e9bfcc

%0
%18
%12
%9

Triadic Colors of #e9bfcc

#e9bfcc #cce9bf #bfcce9

Analogous Colors of #e9bfcc

#e9bfcc #e9c7bf #e9bfe1

Monochromatic Colors of #e9bfcc

#e9bfcc

Complementary Color

#e9bfcc #bfe9dc

#e9bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfcc Color CSS Codes

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

#e9bfcc Text Font Color

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

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


#e9bfcc Background Color

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

This div background color is #e9bfcc


#e9bfcc Border Color

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

This div border color is #e9bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfcc


Comments

No comments written yet.

Please login to write comment.