Color Hex Logo

#e71454 Color Hex

#E71454
(231,20,84)
0 Favorites   0 Comments

Color spaces of #e71454

RGB 2312084
HSL0.950.840.49
HSV342°91°91°
CMYK 0.000.910.64   0.09
XYZ34.805418.129310.0524
Yxy18.12930.55260.2878
Hunter Lab42.578571.400715.8071
CIE-Lab49.652674.731722.8014

#e71454 color RGB value is (231,20,84).

#e71454 hex color red value is 231, green value is 20 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e71454 hue: 0.95 , saturation: 0.84 and the lightness value of e71454 is 0.49.

The process color (four color CMYK) of #e71454 color hex is 0.00, 0.91, 0.64, 0.09. Web safe color of #e71454 is #ff0066. Color #e71454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 01010100
Octal 347 24 124
Decimal 231 20 84
Hex E7 14 54

RGB Percentages of Color #e71454

%68.96
%5.97
%25.07

CMYK Percentages of Color #e71454

%0
%91
%64
%9

Triadic Colors of #e71454

#e71454 #54e714 #1454e7

Analogous Colors of #e71454

#e71454 #e73e14 #e714be

Monochromatic Colors of #e71454

#e71454

Complementary Color

#e71454 #14e7a7

#e71454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71454 Color CSS Codes

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

#e71454 Text Font Color

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

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


#e71454 Background Color

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

This div background color is #e71454


#e71454 Border Color

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

This div border color is #e71454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71454


Comments

No comments written yet.

Please login to write comment.