Color Hex Logo

#e725fa Color Hex

#E725FA
(231,37,250)
0 Favorites   0 Comments

Color spaces of #e725fa

RGB 23137250
HSL0.820.960.56
HSV295°85°98°
CMYK 0.080.850.00   0.02
XYZ50.871925.214292.6281
Yxy25.21420.30150.1494
Hunter Lab50.213792.9656-74.2212
CIE-Lab57.283590.0827-63.1556

#e725fa color RGB value is (231,37,250).

#e725fa hex color red value is 231, green value is 37 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e725fa hue: 0.82 , saturation: 0.96 and the lightness value of e725fa is 0.56.

The process color (four color CMYK) of #e725fa color hex is 0.08, 0.85, 0.00, 0.02. Web safe color of #e725fa is #ff33ff. Color #e725fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 11111010
Octal 347 45 372
Decimal 231 37 250
Hex E7 25 FA

RGB Percentages of Color #e725fa

%44.59
%7.14
%48.26

CMYK Percentages of Color #e725fa

%8
%85
%0
%2

Triadic Colors of #e725fa

#e725fa #fae725 #25fae7

Analogous Colors of #e725fa

#e725fa #fa25a3 #7d25fa

Monochromatic Colors of #e725fa

#e725fa

Complementary Color

#e725fa #38fa25

#e725fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e725fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e725fa Color CSS Codes

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

#e725fa Text Font Color

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

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


#e725fa Background Color

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

This div background color is #e725fa


#e725fa Border Color

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

This div border color is #e725fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e725fa


Comments

No comments written yet.

Please login to write comment.