Color Hex Logo

#e34039 Color Hex

#E34039
(227,64,57)
0 Favorites   0 Comments

Color spaces of #e34039

RGB 2276457
HSL0.010.750.56
HSV75°89°
CMYK 0.000.720.75   0.11
XYZ34.250520.29315.9827
Yxy20.29310.56590.3353
Hunter Lab45.047956.882223.6593
CIE-Lab52.167061.982441.4951

#e34039 color RGB value is (227,64,57).

#e34039 hex color red value is 227, green value is 64 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #e34039 hue: 0.01 , saturation: 0.75 and the lightness value of e34039 is 0.56.

The process color (four color CMYK) of #e34039 color hex is 0.00, 0.72, 0.75, 0.11. Web safe color of #e34039 is #cc3333. Color #e34039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 00111001
Octal 343 100 71
Decimal 227 64 57
Hex E3 40 39

RGB Percentages of Color #e34039

%65.23
%18.39
%16.38

CMYK Percentages of Color #e34039

%0
%72
%75
%11

Triadic Colors of #e34039

#e34039 #39e340 #4039e3

Analogous Colors of #e34039

#e34039 #e39539 #e33987

Monochromatic Colors of #e34039

#e34039

Complementary Color

#e34039 #39dce3

#e34039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34039 Color CSS Codes

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

#e34039 Text Font Color

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

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


#e34039 Background Color

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

This div background color is #e34039


#e34039 Border Color

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

This div border color is #e34039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34039


Comments

No comments written yet.

Please login to write comment.