Color Hex Logo

#e31f34 Color Hex

#E31F34
(227,31,52)
0 Favorites   0 Comments

Color spaces of #e31f34

RGB 2273152
HSL0.980.780.51
HSV354°86°89°
CMYK 0.000.860.77   0.11
XYZ32.788417.55884.9099
Yxy17.55880.59340.3178
Hunter Lab41.903266.341922.3851
CIE-Lab48.956570.683840.8070

#e31f34 color RGB value is (227,31,52).

#e31f34 hex color red value is 227, green value is 31 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e31f34 hue: 0.98 , saturation: 0.78 and the lightness value of e31f34 is 0.51.

The process color (four color CMYK) of #e31f34 color hex is 0.00, 0.86, 0.77, 0.11. Web safe color of #e31f34 is #cc3333. Color #e31f34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 00110100
Octal 343 37 64
Decimal 227 31 52
Hex E3 1F 34

RGB Percentages of Color #e31f34

%73.23
%10.00
%16.77

CMYK Percentages of Color #e31f34

%0
%86
%77
%11

Triadic Colors of #e31f34

#e31f34 #34e31f #1f34e3

Analogous Colors of #e31f34

#e31f34 #e36c1f #e31f96

Monochromatic Colors of #e31f34

#e31f34

Complementary Color

#e31f34 #1fe3ce

#e31f34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31f34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31f34 Color CSS Codes

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

#e31f34 Text Font Color

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

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


#e31f34 Background Color

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

This div background color is #e31f34


#e31f34 Border Color

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

This div border color is #e31f34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31f34


Comments

No comments written yet.

Please login to write comment.