Color Hex Logo

#e74772 Color Hex

#E74772
(231,71,114)
0 Favorites   0 Comments

Color spaces of #e74772

RGB 23171114
HSL0.960.770.59
HSV344°69°91°
CMYK 0.000.690.51   0.09
XYZ38.245522.710318.2874
Yxy22.71030.48260.2866
Hunter Lab47.655359.857310.6066
CIE-Lab54.772764.079311.6748

#e74772 color RGB value is (231,71,114).

#e74772 hex color red value is 231, green value is 71 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e74772 hue: 0.96 , saturation: 0.77 and the lightness value of e74772 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000111 01110010
Octal 347 107 162
Decimal 231 71 114
Hex E7 47 72

RGB Percentages of Color #e74772

%55.53
%17.07
%27.40

CMYK Percentages of Color #e74772

%0
%69
%51
%9

Triadic Colors of #e74772

#e74772 #72e747 #4772e7

Analogous Colors of #e74772

#e74772 #e76c47 #e747c2

Monochromatic Colors of #e74772

#e74772

Complementary Color

#e74772 #47e7bc

#e74772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74772 Color CSS Codes

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

#e74772 Text Font Color

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

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


#e74772 Background Color

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

This div background color is #e74772


#e74772 Border Color

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

This div border color is #e74772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74772


Comments

No comments written yet.

Please login to write comment.