Color Hex Logo

#e71f4a Color Hex

#E71F4A
(231,31,74)
0 Favorites   0 Comments

Color spaces of #e71f4a

RGB 2313174
HSL0.960.810.51
HSV347°87°91°
CMYK 0.000.870.68   0.09
XYZ34.681018.46338.2144
Yxy18.46330.56520.3009
Hunter Lab42.968968.874918.7438
CIE-Lab50.053372.577729.3762

#e71f4a color RGB value is (231,31,74).

#e71f4a hex color red value is 231, green value is 31 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e71f4a hue: 0.96 , saturation: 0.81 and the lightness value of e71f4a is 0.51.

The process color (four color CMYK) of #e71f4a color hex is 0.00, 0.87, 0.68, 0.09. Web safe color of #e71f4a is #ff3333. Color #e71f4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011111 01001010
Octal 347 37 112
Decimal 231 31 74
Hex E7 1F 4A

RGB Percentages of Color #e71f4a

%68.75
%9.23
%22.02

CMYK Percentages of Color #e71f4a

%0
%87
%68
%9

Triadic Colors of #e71f4a

#e71f4a #4ae71f #1f4ae7

Analogous Colors of #e71f4a

#e71f4a #e7581f #e71fae

Monochromatic Colors of #e71f4a

#e71f4a

Complementary Color

#e71f4a #1fe7bc

#e71f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71f4a Color CSS Codes

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

#e71f4a Text Font Color

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

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


#e71f4a Background Color

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

This div background color is #e71f4a


#e71f4a Border Color

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

This div border color is #e71f4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71f4a


Comments

No comments written yet.

Please login to write comment.