Color Hex Logo

#e137fc Color Hex

#E137FC
(225,55,252)
0 Favorites   0 Comments

Color spaces of #e137fc

RGB 22555252
HSL0.810.970.60
HSV292°78°99°
CMYK 0.110.780.00   0.01
XYZ49.988225.768294.4345
Yxy25.76820.29370.1514
Hunter Lab50.762486.9435-74.7650
CIE-Lab57.816485.4215-63.4609

#e137fc color RGB value is (225,55,252).

#e137fc hex color red value is 225, green value is 55 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e137fc hue: 0.81 , saturation: 0.97 and the lightness value of e137fc is 0.60.

The process color (four color CMYK) of #e137fc color hex is 0.11, 0.78, 0.00, 0.01. Web safe color of #e137fc is #cc33ff. Color #e137fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11111100
Octal 341 67 374
Decimal 225 55 252
Hex E1 37 FC

RGB Percentages of Color #e137fc

%42.29
%10.34
%47.37

CMYK Percentages of Color #e137fc

%11
%78
%0
%1

Triadic Colors of #e137fc

#e137fc #fce137 #37fce1

Analogous Colors of #e137fc

#e137fc #fc37b5 #7f37fc

Monochromatic Colors of #e137fc

#e137fc

Complementary Color

#e137fc #52fc37

#e137fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137fc Color CSS Codes

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

#e137fc Text Font Color

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

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


#e137fc Background Color

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

This div background color is #e137fc


#e137fc Border Color

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

This div border color is #e137fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137fc

Related Colors


Comments

No comments written yet.

Please login to write comment.