Color Hex Logo

#e1b3dc Color Hex

#E1B3DC
(225,179,220)
0 Favorites   0 Comments

Color spaces of #e1b3dc

RGB 225179220
HSL0.850.430.79
HSV307°20°88°
CMYK 0.000.200.02   0.12
XYZ60.089753.415174.8532
Yxy53.41510.31900.2836
Hunter Lab73.085618.8596-9.5640
CIE-Lab78.119423.4444-14.2395

#e1b3dc color RGB value is (225,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110011 11011100
Octal 341 263 334
Decimal 225 179 220
Hex E1 B3 DC

RGB Percentages of Color #e1b3dc

%36.06
%28.69
%35.26

CMYK Percentages of Color #e1b3dc

%0
%20
%2
%12

Triadic Colors of #e1b3dc

#e1b3dc #dce1b3 #b3dce1

Analogous Colors of #e1b3dc

#e1b3dc #e1b3c5 #cfb3e1

Monochromatic Colors of #e1b3dc

#e1b3dc

Complementary Color

#e1b3dc #b3e1b8

#e1b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b3dc Color CSS Codes

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

#e1b3dc Text Font Color

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

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


#e1b3dc Background Color

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

This div background color is #e1b3dc


#e1b3dc Border Color

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

This div border color is #e1b3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b3dc


Comments

No comments written yet.

Please login to write comment.