Color Hex Logo

#e94335 Color Hex

#E94335
(233,67,53)
0 Favorites   0 Comments

Color spaces of #e94335

RGB 2336753
HSL0.010.800.56
HSV77°91°
CMYK 0.000.710.77   0.09
XYZ36.254021.59505.6256
Yxy21.59500.57120.3402
Hunter Lab46.470457.933925.3518
CIE-Lab53.594662.635445.5005

#e94335 color RGB value is (233,67,53).

#e94335 hex color red value is 233, green value is 67 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #e94335 hue: 0.01 , saturation: 0.80 and the lightness value of e94335 is 0.56.

The process color (four color CMYK) of #e94335 color hex is 0.00, 0.71, 0.77, 0.09. Web safe color of #e94335 is #ff3333. Color #e94335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000011 00110101
Octal 351 103 65
Decimal 233 67 53
Hex E9 43 35

RGB Percentages of Color #e94335

%66.01
%18.98
%15.01

CMYK Percentages of Color #e94335

%0
%71
%77
%9

Triadic Colors of #e94335

#e94335 #35e943 #4335e9

Analogous Colors of #e94335

#e94335 #e99d35 #e93581

Monochromatic Colors of #e94335

#e94335

Complementary Color

#e94335 #35dbe9

#e94335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94335 Color CSS Codes

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

#e94335 Text Font Color

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

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


#e94335 Background Color

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

This div background color is #e94335


#e94335 Border Color

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

This div border color is #e94335


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,67,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94335


Comments

No comments written yet.

Please login to write comment.