Color Hex Logo

#e7213d Color Hex

#E7213D
(231,33,61)
0 Favorites   0 Comments

Color spaces of #e7213d

RGB 2313361
HSL0.980.800.52
HSV352°86°91°
CMYK 0.000.860.74   0.09
XYZ34.341218.41366.1591
Yxy18.41360.58290.3126
Hunter Lab42.911167.757021.5278
CIE-Lab49.994071.662737.0084

#e7213d color RGB value is (231,33,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 00111101
Octal 347 41 75
Decimal 231 33 61
Hex E7 21 3D

RGB Percentages of Color #e7213d

%71.08
%10.15
%18.77

CMYK Percentages of Color #e7213d

%0
%86
%74
%9

Triadic Colors of #e7213d

#e7213d #3de721 #213de7

Analogous Colors of #e7213d

#e7213d #e76821 #e721a0

Monochromatic Colors of #e7213d

#e7213d

Complementary Color

#e7213d #21e7cb

#e7213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7213d Color CSS Codes

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

#e7213d Text Font Color

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

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


#e7213d Background Color

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

This div background color is #e7213d


#e7213d Border Color

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

This div border color is #e7213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7213d


Comments

No comments written yet.

Please login to write comment.