Color Hex Logo

#e725ba Color Hex

#E725BA
(231,37,186)
0 Favorites   0 Comments

Color spaces of #e725ba

RGB 23137186
HSL0.870.800.53
HSV314°84°91°
CMYK 0.000.840.19   0.09
XYZ42.479521.857248.4343
Yxy21.85720.37670.1938
Hunter Lab46.751780.3732-28.6977
CIE-Lab53.875281.0958-32.1981

#e725ba color RGB value is (231,37,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 10111010
Octal 347 45 272
Decimal 231 37 186
Hex E7 25 BA

RGB Percentages of Color #e725ba

%50.88
%8.15
%40.97

CMYK Percentages of Color #e725ba

%0
%84
%19
%9

Triadic Colors of #e725ba

#e725ba #bae725 #25bae7

Analogous Colors of #e725ba

#e725ba #e72559 #b325e7

Monochromatic Colors of #e725ba

#e725ba

Complementary Color

#e725ba #25e752

#e725ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e725ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e725ba Color CSS Codes

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

#e725ba Text Font Color

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

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


#e725ba Background Color

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

This div background color is #e725ba


#e725ba Border Color

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

This div border color is #e725ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e725ba


Comments

No comments written yet.

Please login to write comment.