Color Hex Logo

#e137cb Color Hex

#E137CB
(225,55,203)
0 Favorites   0 Comments

Color spaces of #e137cb

RGB 22555203
HSL0.850.740.55
HSV308°76°88°
CMYK 0.000.760.10   0.12
XYZ43.197023.051758.6726
Yxy23.05170.34580.1845
Hunter Lab48.012276.5767-38.8460
CIE-Lab55.125677.8465-40.1200

#e137cb color RGB value is (225,55,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11001011
Octal 341 67 313
Decimal 225 55 203
Hex E1 37 CB

RGB Percentages of Color #e137cb

%46.58
%11.39
%42.03

CMYK Percentages of Color #e137cb

%0
%76
%10
%12

Triadic Colors of #e137cb

#e137cb #cbe137 #37cbe1

Analogous Colors of #e137cb

#e137cb #e13776 #a237e1

Monochromatic Colors of #e137cb

#e137cb

Complementary Color

#e137cb #37e14d

#e137cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137cb Color CSS Codes

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

#e137cb Text Font Color

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

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


#e137cb Background Color

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

This div background color is #e137cb


#e137cb Border Color

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

This div border color is #e137cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137cb


Comments

No comments written yet.

Please login to write comment.