Color Hex Logo

#e18fbd Color Hex

#E18FBD
(225,143,189)
0 Favorites   0 Comments

Color spaces of #e18fbd

RGB 225143189
HSL0.910.580.72
HSV326°36°88°
CMYK 0.000.360.16   0.12
XYZ50.059139.326653.0965
Yxy39.32660.35130.2760
Hunter Lab62.710932.7438-6.3024
CIE-Lab68.987237.4622-10.8923

#e18fbd color RGB value is (225,143,189).

#e18fbd hex color red value is 225, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e18fbd hue: 0.91 , saturation: 0.58 and the lightness value of e18fbd is 0.72.

The process color (four color CMYK) of #e18fbd color hex is 0.00, 0.36, 0.16, 0.12. Web safe color of #e18fbd is #cc99cc. Color #e18fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001111 10111101
Octal 341 217 275
Decimal 225 143 189
Hex E1 8F BD

RGB Percentages of Color #e18fbd

%40.39
%25.67
%33.93

CMYK Percentages of Color #e18fbd

%0
%36
%16
%12

Triadic Colors of #e18fbd

#e18fbd #bde18f #8fbde1

Analogous Colors of #e18fbd

#e18fbd #e18f94 #dc8fe1

Monochromatic Colors of #e18fbd

#e18fbd

Complementary Color

#e18fbd #8fe1b3

#e18fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18fbd Color CSS Codes

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

#e18fbd Text Font Color

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

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


#e18fbd Background Color

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

This div background color is #e18fbd


#e18fbd Border Color

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

This div border color is #e18fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18fbd


Comments

No comments written yet.

Please login to write comment.