Color Hex Logo

#e72bad Color Hex

#E72BAD
(231,43,173)
0 Favorites   0 Comments

Color spaces of #e72bad

RGB 23143173
HSL0.880.800.54
HSV319°81°91°
CMYK 0.000.810.25   0.09
XYZ41.361721.733841.5502
Yxy21.73380.39530.2077
Hunter Lab46.619576.7843-20.2092
CIE-Lab53.743478.2807-24.8194

#e72bad color RGB value is (231,43,173).

#e72bad hex color red value is 231, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e72bad hue: 0.88 , saturation: 0.80 and the lightness value of e72bad is 0.54.

The process color (four color CMYK) of #e72bad color hex is 0.00, 0.81, 0.25, 0.09. Web safe color of #e72bad is #ff3399. Color #e72bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101011 10101101
Octal 347 53 255
Decimal 231 43 173
Hex E7 2B AD

RGB Percentages of Color #e72bad

%51.68
%9.62
%38.70

CMYK Percentages of Color #e72bad

%0
%81
%25
%9

Triadic Colors of #e72bad

#e72bad #ade72b #2bade7

Analogous Colors of #e72bad

#e72bad #e72b4f #c32be7

Monochromatic Colors of #e72bad

#e72bad

Complementary Color

#e72bad #2be765

#e72bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72bad Color CSS Codes

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

#e72bad Text Font Color

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

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


#e72bad Background Color

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

This div background color is #e72bad


#e72bad Border Color

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

This div border color is #e72bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72bad


Comments

No comments written yet.

Please login to write comment.