Color Hex Logo

#e74770 Color Hex

#E74770
(231,71,112)
0 Favorites   0 Comments

Color spaces of #e74770

RGB 23171112
HSL0.960.770.59
HSV345°69°91°
CMYK 0.000.690.52   0.09
XYZ38.132922.665317.6942
Yxy22.66530.48580.2888
Hunter Lab47.608159.659911.2897
CIE-Lab54.725963.918312.8005

#e74770 color RGB value is (231,71,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000111 01110000
Octal 347 107 160
Decimal 231 71 112
Hex E7 47 70

RGB Percentages of Color #e74770

%55.80
%17.15
%27.05

CMYK Percentages of Color #e74770

%0
%69
%52
%9

Triadic Colors of #e74770

#e74770 #70e747 #4770e7

Analogous Colors of #e74770

#e74770 #e76e47 #e747c0

Monochromatic Colors of #e74770

#e74770

Complementary Color

#e74770 #47e7be

#e74770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74770 Color CSS Codes

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

#e74770 Text Font Color

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

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


#e74770 Background Color

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

This div background color is #e74770


#e74770 Border Color

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

This div border color is #e74770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74770


Comments

No comments written yet.

Please login to write comment.