Color Hex Logo

#e137cd Color Hex

#E137CD
(225,55,205)
0 Favorites   0 Comments

Color spaces of #e137cd

RGB 22555205
HSL0.850.740.55
HSV307°76°88°
CMYK 0.000.760.09   0.12
XYZ43.437023.147759.9362
Yxy23.14770.34330.1830
Hunter Lab48.112176.9590-40.1828
CIE-Lab55.224178.1321-41.1101

#e137cd color RGB value is (225,55,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11001101
Octal 341 67 315
Decimal 225 55 205
Hex E1 37 CD

RGB Percentages of Color #e137cd

%46.39
%11.34
%42.27

CMYK Percentages of Color #e137cd

%0
%76
%9
%12

Triadic Colors of #e137cd

#e137cd #cde137 #37cde1

Analogous Colors of #e137cd

#e137cd #e13778 #a037e1

Monochromatic Colors of #e137cd

#e137cd

Complementary Color

#e137cd #37e14b

#e137cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137cd Color CSS Codes

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

#e137cd Text Font Color

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

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


#e137cd Background Color

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

This div background color is #e137cd


#e137cd Border Color

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

This div border color is #e137cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137cd


Comments

No comments written yet.

Please login to write comment.