Color Hex Logo

#e1adcf Color Hex

#E1ADCF
(225,173,207)
0 Favorites   0 Comments

Color spaces of #e1adcf

RGB 225173207
HSL0.890.460.78
HSV321°23°88°
CMYK 0.000.230.08   0.12
XYZ57.257450.399765.7418
Yxy50.39970.33020.2907
Hunter Lab70.992719.7273-5.2097
CIE-Lab76.313924.3756-9.8784

#e1adcf color RGB value is (225,173,207).

#e1adcf hex color red value is 225, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e1adcf hue: 0.89 , saturation: 0.46 and the lightness value of e1adcf is 0.78.

The process color (four color CMYK) of #e1adcf color hex is 0.00, 0.23, 0.08, 0.12. Web safe color of #e1adcf is #cc99cc. Color #e1adcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101101 11001111
Octal 341 255 317
Decimal 225 173 207
Hex E1 AD CF

RGB Percentages of Color #e1adcf

%37.19
%28.60
%34.21

CMYK Percentages of Color #e1adcf

%0
%23
%8
%12

Triadic Colors of #e1adcf

#e1adcf #cfe1ad #adcfe1

Analogous Colors of #e1adcf

#e1adcf #e1adb5 #d9ade1

Monochromatic Colors of #e1adcf

#e1adcf

Complementary Color

#e1adcf #ade1bf

#e1adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1adcf Color CSS Codes

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

#e1adcf Text Font Color

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

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


#e1adcf Background Color

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

This div background color is #e1adcf


#e1adcf Border Color

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

This div border color is #e1adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1adcf


Comments

No comments written yet.

Please login to write comment.