Color Hex Logo

#e9213e Color Hex

#E9213E
(233,33,62)
0 Favorites   0 Comments

Color spaces of #e9213e

RGB 2333362
HSL0.980.820.52
HSV351°86°91°
CMYK 0.000.860.73   0.09
XYZ35.017618.75926.3327
Yxy18.75920.58260.3121
Hunter Lab43.311968.521221.6494
CIE-Lab50.404372.217037.0012

#e9213e color RGB value is (233,33,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100001 00111110
Octal 351 41 76
Decimal 233 33 62
Hex E9 21 3E

RGB Percentages of Color #e9213e

%71.04
%10.06
%18.90

CMYK Percentages of Color #e9213e

%0
%86
%73
%9

Triadic Colors of #e9213e

#e9213e #3ee921 #213ee9

Analogous Colors of #e9213e

#e9213e #e96821 #e921a2

Monochromatic Colors of #e9213e

#e9213e

Complementary Color

#e9213e #21e9cc

#e9213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9213e Color CSS Codes

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

#e9213e Text Font Color

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

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


#e9213e Background Color

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

This div background color is #e9213e


#e9213e Border Color

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

This div border color is #e9213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9213e


Comments

No comments written yet.

Please login to write comment.