Color Hex Logo

#e18bbb Color Hex

#E18BBB
(225,139,187)
0 Favorites   0 Comments

Color spaces of #e18bbb

RGB 225139187
HSL0.910.590.71
HSV327°38°88°
CMYK 0.000.380.17   0.12
XYZ49.253638.060651.7642
Yxy38.06060.35410.2737
Hunter Lab61.693334.5445-6.5624
CIE-Lab68.065339.2585-11.1540

#e18bbb color RGB value is (225,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001011 10111011
Octal 341 213 273
Decimal 225 139 187
Hex E1 8B BB

RGB Percentages of Color #e18bbb

%40.83
%25.23
%33.94

CMYK Percentages of Color #e18bbb

%0
%38
%17
%12

Triadic Colors of #e18bbb

#e18bbb #bbe18b #8bbbe1

Analogous Colors of #e18bbb

#e18bbb #e18b90 #dc8be1

Monochromatic Colors of #e18bbb

#e18bbb

Complementary Color

#e18bbb #8be1b1

#e18bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18bbb Color CSS Codes

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

#e18bbb Text Font Color

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

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


#e18bbb Background Color

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

This div background color is #e18bbb


#e18bbb Border Color

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

This div border color is #e18bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18bbb


Comments

No comments written yet.

Please login to write comment.