Color Hex Logo

#e18bbd Color Hex

#E18BBD
(225,139,189)
0 Favorites   0 Comments

Color spaces of #e18bbd

RGB 225139189
HSL0.900.590.71
HSV325°38°88°
CMYK 0.000.380.16   0.12
XYZ49.469338.146952.8999
Yxy38.14690.35210.2715
Hunter Lab61.763234.8843-7.5474
CIE-Lab68.128739.5703-12.1778

#e18bbd color RGB value is (225,139,189).

#e18bbd hex color red value is 225, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e18bbd hue: 0.90 , saturation: 0.59 and the lightness value of e18bbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 10111101
Octal 341 213 275
Decimal 225 139 189
Hex E1 8B BD

RGB Percentages of Color #e18bbd

%40.69
%25.14
%34.18

CMYK Percentages of Color #e18bbd

%0
%38
%16
%12

Triadic Colors of #e18bbd

#e18bbd #bde18b #8bbde1

Analogous Colors of #e18bbd

#e18bbd #e18b92 #da8be1

Monochromatic Colors of #e18bbd

#e18bbd

Complementary Color

#e18bbd #8be1af

#e18bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bbd Color CSS Codes

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

#e18bbd Text Font Color

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

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


#e18bbd Background Color

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

This div background color is #e18bbd


#e18bbd Border Color

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

This div border color is #e18bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bbd


Comments

No comments written yet.

Please login to write comment.