Color Hex Logo

#e1afcb Color Hex

#E1AFCB
(225,175,203)
0 Favorites   0 Comments

Color spaces of #e1afcb

RGB 225175203
HSL0.910.450.78
HSV326°22°88°
CMYK 0.000.220.10   0.12
XYZ57.160850.979363.3272
Yxy50.97930.33340.2973
Hunter Lab71.399817.9528-2.6067
CIE-Lab76.666522.6185-7.1752

#e1afcb color RGB value is (225,175,203).

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

The process color (four color CMYK) of #e1afcb color hex is 0.00, 0.22, 0.10, 0.12. Web safe color of #e1afcb is #cc99cc. Color #e1afcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 11001011
Octal 341 257 313
Decimal 225 175 203
Hex E1 AF CB

RGB Percentages of Color #e1afcb

%37.31
%29.02
%33.67

CMYK Percentages of Color #e1afcb

%0
%22
%10
%12

Triadic Colors of #e1afcb

#e1afcb #cbe1af #afcbe1

Analogous Colors of #e1afcb

#e1afcb #e1afb2 #deafe1

Monochromatic Colors of #e1afcb

#e1afcb

Complementary Color

#e1afcb #afe1c5

#e1afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1afcb Color CSS Codes

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

#e1afcb Text Font Color

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

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


#e1afcb Background Color

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

This div background color is #e1afcb


#e1afcb Border Color

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

This div border color is #e1afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1afcb


Comments

No comments written yet.

Please login to write comment.