Color Hex Logo

#e3214a Color Hex

#E3214A
(227,33,74)
0 Favorites   0 Comments

Color spaces of #e3214a

RGB 2273374
HSL0.960.780.51
HSV347°85°89°
CMYK 0.000.850.67   0.11
XYZ33.458417.91308.1727
Yxy17.91300.56190.3008
Hunter Lab42.323867.043918.1778
CIE-Lab49.390471.186128.3765

#e3214a color RGB value is (227,33,74).

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

The process color (four color CMYK) of #e3214a color hex is 0.00, 0.85, 0.67, 0.11. Web safe color of #e3214a is #cc3333. Color #e3214a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100001 01001010
Octal 343 41 112
Decimal 227 33 74
Hex E3 21 4A

RGB Percentages of Color #e3214a

%67.96
%9.88
%22.16

CMYK Percentages of Color #e3214a

%0
%85
%67
%11

Triadic Colors of #e3214a

#e3214a #4ae321 #214ae3

Analogous Colors of #e3214a

#e3214a #e35921 #e321ab

Monochromatic Colors of #e3214a

#e3214a

Complementary Color

#e3214a #21e3ba

#e3214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3214a Color CSS Codes

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

#e3214a Text Font Color

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

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


#e3214a Background Color

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

This div background color is #e3214a


#e3214a Border Color

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

This div border color is #e3214a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3214a


Comments

No comments written yet.

Please login to write comment.