Color Hex Logo

#e1b5ca Color Hex

#E1B5CA
(225,181,202)
0 Favorites   0 Comments

Color spaces of #e1b5ca

RGB 225181202
HSL0.920.420.80
HSV331°20°88°
CMYK 0.000.200.10   0.12
XYZ58.235953.319663.0995
Yxy53.31960.33340.3053
Hunter Lab73.020314.5737-0.1205
CIE-Lab78.063319.2272-4.5665

#e1b5ca color RGB value is (225,181,202).

#e1b5ca hex color red value is 225, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1b5ca hue: 0.92 , saturation: 0.42 and the lightness value of e1b5ca is 0.80.

The process color (four color CMYK) of #e1b5ca color hex is 0.00, 0.20, 0.10, 0.12. Web safe color of #e1b5ca is #cccccc. Color #e1b5ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110101 11001010
Octal 341 265 312
Decimal 225 181 202
Hex E1 B5 CA

RGB Percentages of Color #e1b5ca

%37.01
%29.77
%33.22

CMYK Percentages of Color #e1b5ca

%0
%20
%10
%12

Triadic Colors of #e1b5ca

#e1b5ca #cae1b5 #b5cae1

Analogous Colors of #e1b5ca

#e1b5ca #e1b6b5 #e1b5e0

Monochromatic Colors of #e1b5ca

#e1b5ca

Complementary Color

#e1b5ca #b5e1cc

#e1b5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b5ca Color CSS Codes

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

#e1b5ca Text Font Color

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

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


#e1b5ca Background Color

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

This div background color is #e1b5ca


#e1b5ca Border Color

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

This div border color is #e1b5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b5ca


Comments

No comments written yet.

Please login to write comment.