Color Hex Logo

#e137fd Color Hex

#E137FD
(225,55,253)
0 Favorites   0 Comments

Color spaces of #e137fd

RGB 22555253
HSL0.810.980.60
HSV292°78°99°
CMYK 0.110.780.00   0.01
XYZ50.147125.831895.2715
Yxy25.83180.29280.1508
Hunter Lab50.825087.1755-75.5617
CIE-Lab57.877185.5872-63.9181

#e137fd color RGB value is (225,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 11111101
Octal 341 67 375
Decimal 225 55 253
Hex E1 37 FD

RGB Percentages of Color #e137fd

%42.21
%10.32
%47.47

CMYK Percentages of Color #e137fd

%11
%78
%0
%1

Triadic Colors of #e137fd

#e137fd #fde137 #37fde1

Analogous Colors of #e137fd

#e137fd #fd37b6 #7e37fd

Monochromatic Colors of #e137fd

#e137fd

Complementary Color

#e137fd #53fd37

#e137fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e137fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e137fd Color CSS Codes

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

#e137fd Text Font Color

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

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


#e137fd Background Color

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

This div background color is #e137fd


#e137fd Border Color

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

This div border color is #e137fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e137fd

Related Colors


Comments

No comments written yet.

Please login to write comment.