Color Hex Logo

#e2afcb Color Hex

#E2AFCB
(226,175,203)
0 Favorites   0 Comments

Color spaces of #e2afcb

RGB 226175203
HSL0.910.470.79
HSV327°23°89°
CMYK 0.000.230.10   0.11
XYZ57.473551.140563.3418
Yxy51.14050.33420.2974
Hunter Lab71.512618.3105-2.4569
CIE-Lab76.764022.9661-7.0198

#e2afcb color RGB value is (226,175,203).

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

The process color (four color CMYK) of #e2afcb color hex is 0.00, 0.23, 0.10, 0.11. Web safe color of #e2afcb is #cc99cc. Color #e2afcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 11001011
Octal 342 257 313
Decimal 226 175 203
Hex E2 AF CB

RGB Percentages of Color #e2afcb

%37.42
%28.97
%33.61

CMYK Percentages of Color #e2afcb

%0
%23
%10
%11

Triadic Colors of #e2afcb

#e2afcb #cbe2af #afcbe2

Analogous Colors of #e2afcb

#e2afcb #e2afb2 #e0afe2

Monochromatic Colors of #e2afcb

#e2afcb

Complementary Color

#e2afcb #afe2c6

#e2afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afcb Color CSS Codes

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

#e2afcb Text Font Color

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

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


#e2afcb Background Color

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

This div background color is #e2afcb


#e2afcb Border Color

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

This div border color is #e2afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afcb


Comments

No comments written yet.

Please login to write comment.