Color Hex Logo

#e137bb Color Hex

#E137BB
(225,55,187)
0 Favorites   0 Comments

Color spaces of #e137bb

RGB 22555187
HSL0.870.740.55
HSV313°76°88°
CMYK 0.000.760.17   0.12
XYZ41.387222.327849.1421
Yxy22.32780.36670.1978
Hunter Lab47.252373.6525-28.5846
CIE-Lab54.373175.6444-32.0797

#e137bb color RGB value is (225,55,187).

#e137bb hex color red value is 225, green value is 55 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e137bb hue: 0.87 , saturation: 0.74 and the lightness value of e137bb is 0.55.

The process color (four color CMYK) of #e137bb color hex is 0.00, 0.76, 0.17, 0.12. Web safe color of #e137bb is #cc33cc. Color #e137bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 10111011
Octal 341 67 273
Decimal 225 55 187
Hex E1 37 BB

RGB Percentages of Color #e137bb

%48.18
%11.78
%40.04

CMYK Percentages of Color #e137bb

%0
%76
%17
%12

Triadic Colors of #e137bb

#e137bb #bbe137 #37bbe1

Analogous Colors of #e137bb

#e137bb #e13766 #b237e1

Monochromatic Colors of #e137bb

#e137bb

Complementary Color

#e137bb #37e15d

#e137bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137bb Color CSS Codes

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

#e137bb Text Font Color

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

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


#e137bb Background Color

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

This div background color is #e137bb


#e137bb Border Color

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

This div border color is #e137bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137bb


Comments

No comments written yet.

Please login to write comment.