Color Hex Logo

#e95d46 Color Hex

#E95D46
(233,93,70)
0 Favorites   0 Comments

Color spaces of #e95d46

RGB 2339370
HSL0.020.790.59
HSV70°91°
CMYK 0.000.600.70   0.09
XYZ38.624125.59458.6989
Yxy25.59450.52970.3510
Hunter Lab50.591047.743025.2191
CIE-Lab57.650152.890540.8443

#e95d46 color RGB value is (233,93,70).

#e95d46 hex color red value is 233, green value is 93 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e95d46 hue: 0.02 , saturation: 0.79 and the lightness value of e95d46 is 0.59.

The process color (four color CMYK) of #e95d46 color hex is 0.00, 0.60, 0.70, 0.09. Web safe color of #e95d46 is #ff6633. Color #e95d46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 01000110
Octal 351 135 106
Decimal 233 93 70
Hex E9 5D 46

RGB Percentages of Color #e95d46

%58.84
%23.48
%17.68

CMYK Percentages of Color #e95d46

%0
%60
%70
%9

Triadic Colors of #e95d46

#e95d46 #46e95d #5d46e9

Analogous Colors of #e95d46

#e95d46 #e9af46 #e94681

Monochromatic Colors of #e95d46

#e95d46

Complementary Color

#e95d46 #46d2e9

#e95d46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95d46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95d46 Color CSS Codes

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

#e95d46 Text Font Color

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

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


#e95d46 Background Color

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

This div background color is #e95d46


#e95d46 Border Color

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

This div border color is #e95d46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95d46


Comments

No comments written yet.

Please login to write comment.