Color Hex Logo

#e6322e Color Hex

#E6322E
(230,50,46)
0 Favorites   0 Comments

Color spaces of #e6322e

RGB 2305046
HSL0.000.790.54
HSV80°90°
CMYK 0.000.780.80   0.10
XYZ34.266919.30154.5043
Yxy19.30150.59010.3324
Hunter Lab43.933562.341524.6747
CIE-Lab51.038166.905146.4127

#e6322e color RGB value is (230,50,46).

#e6322e hex color red value is 230, green value is 50 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e6322e hue: 0.00 , saturation: 0.79 and the lightness value of e6322e is 0.54.

The process color (four color CMYK) of #e6322e color hex is 0.00, 0.78, 0.80, 0.10. Web safe color of #e6322e is #ff3333. Color #e6322e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 00101110
Octal 346 62 56
Decimal 230 50 46
Hex E6 32 2E

RGB Percentages of Color #e6322e

%70.55
%15.34
%14.11

CMYK Percentages of Color #e6322e

%0
%78
%80
%10

Triadic Colors of #e6322e

#e6322e #2ee632 #322ee6

Analogous Colors of #e6322e

#e6322e #e68e2e #e62e86

Monochromatic Colors of #e6322e

#e6322e

Complementary Color

#e6322e #2ee2e6

#e6322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6322e Color CSS Codes

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

#e6322e Text Font Color

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

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


#e6322e Background Color

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

This div background color is #e6322e


#e6322e Border Color

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

This div border color is #e6322e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,50,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6322e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6322e;
  -webkit-box-shadow: 1px 1px 3px 2px #e6322e;
  box-shadow:         1px 1px 3px 2px #e6322e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,50,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6322e


Comments

No comments written yet.

Please login to write comment.