Color Hex Logo

#e725df Color Hex

#E725DF
(231,37,223)
0 Favorites   0 Comments

Color spaces of #e725df

RGB 23137223
HSL0.840.800.53
HSV302°84°91°
CMYK 0.000.840.03   0.09
XYZ46.935823.639871.9012
Yxy23.63980.32940.1659
Hunter Lab48.620887.2276-53.6445
CIE-Lab55.725386.0467-50.4984

#e725df color RGB value is (231,37,223).

#e725df hex color red value is 231, green value is 37 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e725df hue: 0.84 , saturation: 0.80 and the lightness value of e725df is 0.53.

The process color (four color CMYK) of #e725df color hex is 0.00, 0.84, 0.03, 0.09. Web safe color of #e725df is #ff33cc. Color #e725df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 11011111
Octal 347 45 337
Decimal 231 37 223
Hex E7 25 DF

RGB Percentages of Color #e725df

%47.05
%7.54
%45.42

CMYK Percentages of Color #e725df

%0
%84
%3
%9

Triadic Colors of #e725df

#e725df #dfe725 #25dfe7

Analogous Colors of #e725df

#e725df #e7257e #8e25e7

Monochromatic Colors of #e725df

#e725df

Complementary Color

#e725df #25e72d

#e725df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e725df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e725df Color CSS Codes

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

#e725df Text Font Color

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

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


#e725df Background Color

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

This div background color is #e725df


#e725df Border Color

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

This div border color is #e725df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,37,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e725df


Comments

No comments written yet.

Please login to write comment.