Color Hex Logo

#9e263d Color Hex

#9E263D
(158,38,61)
0 Favorites   0 Comments

Color spaces of #9e263d

RGB 1583861
HSL0.970.610.38
HSV349°76°62°
CMYK 0.000.760.61   0.38
XYZ15.63608.99225.3264
Yxy8.99220.52200.3002
Hunter Lab29.987040.597310.4596
CIE-Lab35.969349.962016.4566

#9e263d color RGB value is (158,38,61).

#9e263d hex color red value is 158, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9e263d hue: 0.97 , saturation: 0.61 and the lightness value of 9e263d is 0.38.

The process color (four color CMYK) of #9e263d color hex is 0.00, 0.76, 0.61, 0.38. Web safe color of #9e263d is #993333. Color #9e263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100110 00111101
Octal 236 46 75
Decimal 158 38 61
Hex 9E 26 3D

RGB Percentages of Color #9e263d

%61.48
%14.79
%23.74

CMYK Percentages of Color #9e263d

%0
%76
%61
%38

Triadic Colors of #9e263d

#9e263d #3d9e26 #263d9e

Analogous Colors of #9e263d

#9e263d #9e4b26 #9e2679

Monochromatic Colors of #9e263d

#9e263d

Complementary Color

#9e263d #269e87

#9e263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e263d Color CSS Codes

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

#9e263d Text Font Color

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

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


#9e263d Background Color

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

This div background color is #9e263d


#9e263d Border Color

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

This div border color is #9e263d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,38,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e263d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e263d;
  -webkit-box-shadow: 1px 1px 3px 2px #9e263d;
  box-shadow:         1px 1px 3px 2px #9e263d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,38,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e263d


Comments

No comments written yet.

Please login to write comment.