Color Hex Logo

#e72138 Color Hex

#E72138
(231,33,56)
0 Favorites   0 Comments

Color spaces of #e72138

RGB 2313356
HSL0.980.800.52
HSV353°86°91°
CMYK 0.000.860.76   0.09
XYZ34.212718.36225.4824
Yxy18.36220.58930.3163
Hunter Lab42.851167.526422.4102
CIE-Lab49.932571.482939.8239

#e72138 color RGB value is (231,33,56).

#e72138 hex color red value is 231, green value is 33 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e72138 hue: 0.98 , saturation: 0.80 and the lightness value of e72138 is 0.52.

The process color (four color CMYK) of #e72138 color hex is 0.00, 0.86, 0.76, 0.09. Web safe color of #e72138 is #ff3333. Color #e72138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 00111000
Octal 347 41 70
Decimal 231 33 56
Hex E7 21 38

RGB Percentages of Color #e72138

%72.19
%10.31
%17.50

CMYK Percentages of Color #e72138

%0
%86
%76
%9

Triadic Colors of #e72138

#e72138 #38e721 #2138e7

Analogous Colors of #e72138

#e72138 #e76d21 #e7219b

Monochromatic Colors of #e72138

#e72138

Complementary Color

#e72138 #21e7d0

#e72138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72138 Color CSS Codes

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

#e72138 Text Font Color

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

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


#e72138 Background Color

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

This div background color is #e72138


#e72138 Border Color

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

This div border color is #e72138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72138


Comments

No comments written yet.

Please login to write comment.