Color Hex Logo

#e1b4cb Color Hex

#E1B4CB
(225,180,203)
0 Favorites   0 Comments

Color spaces of #e1b4cb

RGB 225180203
HSL0.910.430.79
HSV329°20°88°
CMYK 0.000.200.10   0.12
XYZ58.152152.961963.6576
Yxy52.96190.33270.3030
Hunter Lab72.774915.2775-0.9196
CIE-Lab77.852519.9321-5.4202

#e1b4cb color RGB value is (225,180,203).

#e1b4cb hex color red value is 225, green value is 180 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e1b4cb hue: 0.91 , saturation: 0.43 and the lightness value of e1b4cb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110100 11001011
Octal 341 264 313
Decimal 225 180 203
Hex E1 B4 CB

RGB Percentages of Color #e1b4cb

%37.01
%29.61
%33.39

CMYK Percentages of Color #e1b4cb

%0
%20
%10
%12

Triadic Colors of #e1b4cb

#e1b4cb #cbe1b4 #b4cbe1

Analogous Colors of #e1b4cb

#e1b4cb #e1b4b5 #e1b4e1

Monochromatic Colors of #e1b4cb

#e1b4cb

Complementary Color

#e1b4cb #b4e1ca

#e1b4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b4cb Color CSS Codes

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

#e1b4cb Text Font Color

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

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


#e1b4cb Background Color

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

This div background color is #e1b4cb


#e1b4cb Border Color

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

This div border color is #e1b4cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,180,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b4cb


Comments

No comments written yet.

Please login to write comment.