Color Hex Logo

#e71730 Color Hex

#E71730
(231,23,48)
0 Favorites   0 Comments

Color spaces of #e71730

RGB 2312348
HSL0.980.820.50
HSV353°90°91°
CMYK 0.000.900.79   0.09
XYZ33.794917.81514.4538
Yxy17.81510.60280.3178
Hunter Lab42.207969.056823.2892
CIE-Lab49.271172.880143.6256

#e71730 color RGB value is (231,23,48).

#e71730 hex color red value is 231, green value is 23 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e71730 hue: 0.98 , saturation: 0.82 and the lightness value of e71730 is 0.50.

The process color (four color CMYK) of #e71730 color hex is 0.00, 0.90, 0.79, 0.09. Web safe color of #e71730 is #ff0033. Color #e71730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010111 00110000
Octal 347 27 60
Decimal 231 23 48
Hex E7 17 30

RGB Percentages of Color #e71730

%76.49
%7.62
%15.89

CMYK Percentages of Color #e71730

%0
%90
%79
%9

Triadic Colors of #e71730

#e71730 #30e717 #1730e7

Analogous Colors of #e71730

#e71730 #e76617 #e71798

Monochromatic Colors of #e71730

#e71730

Complementary Color

#e71730 #17e7ce

#e71730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71730 Color CSS Codes

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

#e71730 Text Font Color

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

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


#e71730 Background Color

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

This div background color is #e71730


#e71730 Border Color

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

This div border color is #e71730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71730


Comments

No comments written yet.

Please login to write comment.