Color Hex Logo

#e6352e Color Hex

#E6352E
(230,53,46)
0 Favorites   0 Comments

Color spaces of #e6352e

RGB 2305346
HSL0.010.790.54
HSV80°90°
CMYK 0.000.770.80   0.10
XYZ34.399419.56654.5484
Yxy19.56650.58790.3344
Hunter Lab44.234061.404224.8673
CIE-Lab51.343566.046846.7143

#e6352e color RGB value is (230,53,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110101 00101110
Octal 346 65 56
Decimal 230 53 46
Hex E6 35 2E

RGB Percentages of Color #e6352e

%69.91
%16.11
%13.98

CMYK Percentages of Color #e6352e

%0
%77
%80
%10

Triadic Colors of #e6352e

#e6352e #2ee635 #352ee6

Analogous Colors of #e6352e

#e6352e #e6912e #e62e83

Monochromatic Colors of #e6352e

#e6352e

Complementary Color

#e6352e #2edfe6

#e6352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6352e Color CSS Codes

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

#e6352e Text Font Color

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

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


#e6352e Background Color

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

This div background color is #e6352e


#e6352e Border Color

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

This div border color is #e6352e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,53,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 #e6352e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6352e


Comments

No comments written yet.

Please login to write comment.