Color Hex Logo

#e33442 Color Hex

#E33442
(227,52,66)
0 Favorites   0 Comments

Color spaces of #e33442

RGB 2275266
HSL0.990.760.55
HSV355°77°89°
CMYK 0.000.770.71   0.11
XYZ33.889919.18027.0702
Yxy19.18020.56350.3189
Hunter Lab43.795261.486521.0850
CIE-Lab50.897466.201834.9530

#e33442 color RGB value is (227,52,66).

#e33442 hex color red value is 227, green value is 52 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e33442 hue: 0.99 , saturation: 0.76 and the lightness value of e33442 is 0.55.

The process color (four color CMYK) of #e33442 color hex is 0.00, 0.77, 0.71, 0.11. Web safe color of #e33442 is #cc3333. Color #e33442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110100 01000010
Octal 343 64 102
Decimal 227 52 66
Hex E3 34 42

RGB Percentages of Color #e33442

%65.80
%15.07
%19.13

CMYK Percentages of Color #e33442

%0
%77
%71
%11

Triadic Colors of #e33442

#e33442 #42e334 #3442e3

Analogous Colors of #e33442

#e33442 #e37e34 #e3349a

Monochromatic Colors of #e33442

#e33442

Complementary Color

#e33442 #34e3d5

#e33442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33442 Color CSS Codes

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

#e33442 Text Font Color

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

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


#e33442 Background Color

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

This div background color is #e33442


#e33442 Border Color

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

This div border color is #e33442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33442


Comments

No comments written yet.

Please login to write comment.