Color Hex Logo

#e73472 Color Hex

#E73472
(231,52,114)
0 Favorites   0 Comments

Color spaces of #e73472

RGB 23152114
HSL0.940.790.55
HSV339°77°91°
CMYK 0.000.770.51   0.09
XYZ37.220320.659817.9456
Yxy20.65980.49090.2725
Hunter Lab45.453166.62618.4085
CIE-Lab52.575170.22328.5778

#e73472 color RGB value is (231,52,114).

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

The process color (four color CMYK) of #e73472 color hex is 0.00, 0.77, 0.51, 0.09. Web safe color of #e73472 is #ff3366. Color #e73472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110100 01110010
Octal 347 64 162
Decimal 231 52 114
Hex E7 34 72

RGB Percentages of Color #e73472

%58.19
%13.10
%28.72

CMYK Percentages of Color #e73472

%0
%77
%51
%9

Triadic Colors of #e73472

#e73472 #72e734 #3472e7

Analogous Colors of #e73472

#e73472 #e75034 #e734cc

Monochromatic Colors of #e73472

#e73472

Complementary Color

#e73472 #34e7a9

#e73472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73472 Color CSS Codes

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

#e73472 Text Font Color

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

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


#e73472 Background Color

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

This div background color is #e73472


#e73472 Border Color

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

This div border color is #e73472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73472


Comments

No comments written yet.

Please login to write comment.