Color Hex Logo

#e8bdca Color Hex

#E8BDCA
(232,189,202)
0 Favorites   0 Comments

Color spaces of #e8bdca

RGB 232189202
HSL0.950.480.83
HSV342°19°91°
CMYK 0.000.190.13   0.09
XYZ62.137057.815363.7616
Yxy57.81530.33820.3147
Hunter Lab76.036412.80673.5068
CIE-Lab80.636017.4165-0.7121

#e8bdca color RGB value is (232,189,202).

#e8bdca hex color red value is 232, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e8bdca hue: 0.95 , saturation: 0.48 and the lightness value of e8bdca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 11001010
Octal 350 275 312
Decimal 232 189 202
Hex E8 BD CA

RGB Percentages of Color #e8bdca

%37.24
%30.34
%32.42

CMYK Percentages of Color #e8bdca

%0
%19
%13
%9

Triadic Colors of #e8bdca

#e8bdca #cae8bd #bdcae8

Analogous Colors of #e8bdca

#e8bdca #e8c6bd #e8bde0

Monochromatic Colors of #e8bdca

#e8bdca

Complementary Color

#e8bdca #bde8db

#e8bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bdca Color CSS Codes

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

#e8bdca Text Font Color

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

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


#e8bdca Background Color

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

This div background color is #e8bdca


#e8bdca Border Color

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

This div border color is #e8bdca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,189,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 #e8bdca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bdca


Comments

No comments written yet.

Please login to write comment.