Color Hex Logo

#e8bfc5 Color Hex

#E8BFC5
(232,191,197)
0 Favorites   0 Comments

Color spaces of #e8bfc5

RGB 232191197
HSL0.980.470.83
HSV351°18°91°
CMYK 0.000.180.15   0.09
XYZ61.987658.448660.8379
Yxy58.44860.34200.3224
Hunter Lab76.451710.93876.3350
CIE-Lab80.987615.55302.4917

#e8bfc5 color RGB value is (232,191,197).

#e8bfc5 hex color red value is 232, green value is 191 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e8bfc5 hue: 0.98 , saturation: 0.47 and the lightness value of e8bfc5 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 11000101
Octal 350 277 305
Decimal 232 191 197
Hex E8 BF C5

RGB Percentages of Color #e8bfc5

%37.42
%30.81
%31.77

CMYK Percentages of Color #e8bfc5

%0
%18
%15
%9

Triadic Colors of #e8bfc5

#e8bfc5 #c5e8bf #bfc5e8

Analogous Colors of #e8bfc5

#e8bfc5 #e8cebf #e8bfda

Monochromatic Colors of #e8bfc5

#e8bfc5

Complementary Color

#e8bfc5 #bfe8e2

#e8bfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfc5 Color CSS Codes

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

#e8bfc5 Text Font Color

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

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


#e8bfc5 Background Color

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

This div background color is #e8bfc5


#e8bfc5 Border Color

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

This div border color is #e8bfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfc5


Comments

No comments written yet.

Please login to write comment.