Color Hex Logo

#e7215b Color Hex

#E7215B
(231,33,91)
0 Favorites   0 Comments

Color spaces of #e7215b

RGB 2313391
HSL0.950.800.52
HSV342°86°91°
CMYK 0.000.860.61   0.09
XYZ35.387218.832011.6674
Yxy18.83200.53710.2858
Hunter Lab43.395969.615314.4364
CIE-Lab50.490173.103919.6429

#e7215b color RGB value is (231,33,91).

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

The process color (four color CMYK) of #e7215b color hex is 0.00, 0.86, 0.61, 0.09. Web safe color of #e7215b is #ff3366. Color #e7215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 01011011
Octal 347 41 133
Decimal 231 33 91
Hex E7 21 5B

RGB Percentages of Color #e7215b

%65.07
%9.30
%25.63

CMYK Percentages of Color #e7215b

%0
%86
%61
%9

Triadic Colors of #e7215b

#e7215b #5be721 #215be7

Analogous Colors of #e7215b

#e7215b #e74a21 #e721be

Monochromatic Colors of #e7215b

#e7215b

Complementary Color

#e7215b #21e7ad

#e7215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7215b Color CSS Codes

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

#e7215b Text Font Color

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

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


#e7215b Background Color

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

This div background color is #e7215b


#e7215b Border Color

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

This div border color is #e7215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7215b


Comments

No comments written yet.

Please login to write comment.