Color Hex Logo

#e134fa Color Hex

#E134FA
(225,52,250)
0 Favorites   0 Comments

Color spaces of #e134fa

RGB 22552250
HSL0.810.950.59
HSV292°79°98°
CMYK 0.100.790.00   0.02
XYZ49.534625.365792.7278
Yxy25.36570.29550.1513
Hunter Lab50.364487.4215-73.9061
CIE-Lab57.430085.8624-62.9710

#e134fa color RGB value is (225,52,250).

#e134fa hex color red value is 225, green value is 52 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e134fa hue: 0.81 , saturation: 0.95 and the lightness value of e134fa is 0.59.

The process color (four color CMYK) of #e134fa color hex is 0.10, 0.79, 0.00, 0.02. Web safe color of #e134fa is #cc33ff. Color #e134fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 11111010
Octal 341 64 372
Decimal 225 52 250
Hex E1 34 FA

RGB Percentages of Color #e134fa

%42.69
%9.87
%47.44

CMYK Percentages of Color #e134fa

%10
%79
%0
%2

Triadic Colors of #e134fa

#e134fa #fae134 #34fae1

Analogous Colors of #e134fa

#e134fa #fa34b0 #7e34fa

Monochromatic Colors of #e134fa

#e134fa

Complementary Color

#e134fa #4dfa34

#e134fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e134fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e134fa Color CSS Codes

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

#e134fa Text Font Color

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

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


#e134fa Background Color

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

This div background color is #e134fa


#e134fa Border Color

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

This div border color is #e134fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e134fa


Comments

No comments written yet.

Please login to write comment.