Color Hex Logo

#e34234 Color Hex Cinnabar

#E34234
(227,66,52)
15 Favorites   1 Comments

Color spaces of #e34234 Cinnabar

RGB 2276652
HSL0.010.760.55
HSV77°89°
CMYK 0.000.710.77   0.11
XYZ34.246620.47535.3959
Yxy20.47530.56970.3406
Hunter Lab45.249655.908524.6046
CIE-Lab52.370461.092244.4177

#e34234 color RGB value is (227,66,52). #e34234 color name is Cinnabar color.

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

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

Base Numbers

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

RGB Percentages of Color #e34234

%65.80
%19.13
%15.07

CMYK Percentages of Color #e34234

%0
%71
%77
%11

Triadic Colors of #e34234

#e34234 #34e342 #4234e3

Analogous Colors of #e34234

#e34234 #e39a34 #e3347e

Monochromatic Colors of #e34234

#e34234

Complementary Color

#e34234 #34d5e3

#e34234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34234 Color CSS Codes

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

#e34234 Text Font Color

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

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


#e34234 Background Color

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

This div background color is #e34234


#e34234 Border Color

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

This div border color is #e34234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34234


Comments

20 Jan 2021, 14:56 thisisdone

Vermillion

Please login to write comment.