Color Hex Logo

#e71332 Color Hex

#E71332
(231,19,50)
0 Favorites   0 Comments

Color spaces of #e71332

RGB 2311950
HSL0.980.850.49
HSV351°92°91°
CMYK 0.000.920.78   0.09
XYZ33.763617.68504.6516
Yxy17.68500.60180.3152
Hunter Lab42.053569.718922.8793
CIE-Lab49.111873.457342.3456

#e71332 color RGB value is (231,19,50).

#e71332 hex color red value is 231, green value is 19 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e71332 hue: 0.98 , saturation: 0.85 and the lightness value of e71332 is 0.49.

The process color (four color CMYK) of #e71332 color hex is 0.00, 0.92, 0.78, 0.09. Web safe color of #e71332 is #ff0033. Color #e71332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 00110010
Octal 347 23 62
Decimal 231 19 50
Hex E7 13 32

RGB Percentages of Color #e71332

%77.00
%6.33
%16.67

CMYK Percentages of Color #e71332

%0
%92
%78
%9

Triadic Colors of #e71332

#e71332 #32e713 #1332e7

Analogous Colors of #e71332

#e71332 #e75e13 #e7139c

Monochromatic Colors of #e71332

#e71332

Complementary Color

#e71332 #13e7c8

#e71332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71332 Color CSS Codes

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

#e71332 Text Font Color

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

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


#e71332 Background Color

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

This div background color is #e71332


#e71332 Border Color

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

This div border color is #e71332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71332


Comments

No comments written yet.

Please login to write comment.