Color Hex Logo

#e724ba Color Hex

#E724BA
(231,36,186)
0 Favorites   0 Comments

Color spaces of #e724ba

RGB 23136186
HSL0.870.800.52
HSV314°84°91°
CMYK 0.000.840.19   0.09
XYZ42.448821.795848.4241
Yxy21.79580.37680.1935
Hunter Lab46.686080.5991-28.8172
CIE-Lab53.809781.2860-32.3003

#e724ba color RGB value is (231,36,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100100 10111010
Octal 347 44 272
Decimal 231 36 186
Hex E7 24 BA

RGB Percentages of Color #e724ba

%50.99
%7.95
%41.06

CMYK Percentages of Color #e724ba

%0
%84
%19
%9

Triadic Colors of #e724ba

#e724ba #bae724 #24bae7

Analogous Colors of #e724ba

#e724ba #e72459 #b324e7

Monochromatic Colors of #e724ba

#e724ba

Complementary Color

#e724ba #24e751

#e724ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e724ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e724ba Color CSS Codes

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

#e724ba Text Font Color

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

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


#e724ba Background Color

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

This div background color is #e724ba


#e724ba Border Color

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

This div border color is #e724ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e724ba


Comments

No comments written yet.

Please login to write comment.