Color Hex Logo

#e72fba Color Hex

#E72FBA
(231,47,186)
0 Favorites   0 Comments

Color spaces of #e72fba

RGB 23147186
HSL0.870.790.55
HSV315°80°91°
CMYK 0.000.800.19   0.09
XYZ42.834422.567148.5526
Yxy22.56710.37590.1980
Hunter Lab47.504877.8173-27.3443
CIE-Lab54.623678.9314-31.0319

#e72fba color RGB value is (231,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 10111010
Octal 347 57 272
Decimal 231 47 186
Hex E7 2F BA

RGB Percentages of Color #e72fba

%49.78
%10.13
%40.09

CMYK Percentages of Color #e72fba

%0
%80
%19
%9

Triadic Colors of #e72fba

#e72fba #bae72f #2fbae7

Analogous Colors of #e72fba

#e72fba #e72f5e #b82fe7

Monochromatic Colors of #e72fba

#e72fba

Complementary Color

#e72fba #2fe75c

#e72fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fba Color CSS Codes

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

#e72fba Text Font Color

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

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


#e72fba Background Color

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

This div background color is #e72fba


#e72fba Border Color

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

This div border color is #e72fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fba


Comments

No comments written yet.

Please login to write comment.