Color Hex Logo

#9b263e Color Hex

#9B263E
(155,38,62)
0 Favorites   0 Comments

Color spaces of #9b263e

RGB 1553862
HSL0.970.610.38
HSV348°75°61°
CMYK 0.000.750.60   0.39
XYZ15.08028.70265.4424
Yxy8.70260.51600.2978
Hunter Lab29.500239.62229.7119
CIE-Lab35.405349.107714.9570

#9b263e color RGB value is (155,38,62).

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

The process color (four color CMYK) of #9b263e color hex is 0.00, 0.75, 0.60, 0.39. Web safe color of #9b263e is #993333. Color #9b263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00100110 00111110
Octal 233 46 76
Decimal 155 38 62
Hex 9B 26 3E

RGB Percentages of Color #9b263e

%60.78
%14.90
%24.31

CMYK Percentages of Color #9b263e

%0
%75
%60
%39

Triadic Colors of #9b263e

#9b263e #3e9b26 #263e9b

Analogous Colors of #9b263e

#9b263e #9b4926 #9b2679

Monochromatic Colors of #9b263e

#9b263e

Complementary Color

#9b263e #269b83

#9b263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b263e Color CSS Codes

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

#9b263e Text Font Color

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

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


#9b263e Background Color

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

This div background color is #9b263e


#9b263e Border Color

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

This div border color is #9b263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b263e


Comments

No comments written yet.

Please login to write comment.