Color Hex Logo

#e72fbb Color Hex

#E72FBB
(231,47,187)
0 Favorites   0 Comments

Color spaces of #e72fbb

RGB 23147187
HSL0.870.790.55
HSV314°80°91°
CMYK 0.000.800.19   0.09
XYZ42.941222.609849.1146
Yxy22.60980.37450.1972
Hunter Lab47.549877.9875-27.9564
CIE-Lab54.668179.0578-31.5424

#e72fbb color RGB value is (231,47,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 10111011
Octal 347 57 273
Decimal 231 47 187
Hex E7 2F BB

RGB Percentages of Color #e72fbb

%49.68
%10.11
%40.22

CMYK Percentages of Color #e72fbb

%0
%80
%19
%9

Triadic Colors of #e72fbb

#e72fbb #bbe72f #2fbbe7

Analogous Colors of #e72fbb

#e72fbb #e72f5f #b72fe7

Monochromatic Colors of #e72fbb

#e72fbb

Complementary Color

#e72fbb #2fe75b

#e72fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fbb Color CSS Codes

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

#e72fbb Text Font Color

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

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


#e72fbb Background Color

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

This div background color is #e72fbb


#e72fbb Border Color

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

This div border color is #e72fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fbb


Comments

No comments written yet.

Please login to write comment.