Color Hex Logo

#9b4364 Color Hex

#9B4364
(155,67,100)
0 Favorites   0 Comments

Color spaces of #9b4364

RGB 15567100
HSL0.940.400.44
HSV338°57°61°
CMYK 0.000.570.35   0.39
XYZ17.825011.903013.4146
Yxy11.90300.41320.2759
Hunter Lab34.500731.84681.0973
CIE-Lab41.061540.2434-1.1362

#9b4364 color RGB value is (155,67,100).

#9b4364 hex color red value is 155, green value is 67 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #9b4364 hue: 0.94 , saturation: 0.40 and the lightness value of 9b4364 is 0.44.

The process color (four color CMYK) of #9b4364 color hex is 0.00, 0.57, 0.35, 0.39. Web safe color of #9b4364 is #993366. Color #9b4364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000011 01100100
Octal 233 103 144
Decimal 155 67 100
Hex 9B 43 64

RGB Percentages of Color #9b4364

%48.14
%20.81
%31.06

CMYK Percentages of Color #9b4364

%0
%57
%35
%39

Triadic Colors of #9b4364

#9b4364 #649b43 #43649b

Analogous Colors of #9b4364

#9b4364 #9b4e43 #9b4390

Monochromatic Colors of #9b4364

#9b4364

Complementary Color

#9b4364 #439b7a

#9b4364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b4364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b4364 Color CSS Codes

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

#9b4364 Text Font Color

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

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


#9b4364 Background Color

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

This div background color is #9b4364


#9b4364 Border Color

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

This div border color is #9b4364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b4364


Comments

No comments written yet.

Please login to write comment.