Color Hex Logo

#e7bdca Color Hex

#E7BDCA
(231,189,202)
0 Favorites   0 Comments

Color spaces of #e7bdca

RGB 231189202
HSL0.950.470.82
HSV341°18°91°
CMYK 0.000.180.13   0.09
XYZ61.813357.648463.7465
Yxy57.64840.33740.3147
Hunter Lab75.926512.44893.3698
CIE-Lab80.542917.0628-0.8593

#e7bdca color RGB value is (231,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111101 11001010
Octal 347 275 312
Decimal 231 189 202
Hex E7 BD CA

RGB Percentages of Color #e7bdca

%37.14
%30.39
%32.48

CMYK Percentages of Color #e7bdca

%0
%18
%13
%9

Triadic Colors of #e7bdca

#e7bdca #cae7bd #bdcae7

Analogous Colors of #e7bdca

#e7bdca #e7c5bd #e7bddf

Monochromatic Colors of #e7bdca

#e7bdca

Complementary Color

#e7bdca #bde7da

#e7bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bdca Color CSS Codes

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

#e7bdca Text Font Color

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

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


#e7bdca Background Color

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

This div background color is #e7bdca


#e7bdca Border Color

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

This div border color is #e7bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bdca


Comments

No comments written yet.

Please login to write comment.