Color Hex Logo

#320b4d Color Hex

#320B4D
(50,11,77)
0 Favorites   0 Comments

Color spaces of #320b4d

RGB 501177
HSL0.770.750.17
HSV275°86°30°
CMYK 0.350.860.00   0.70
XYZ2.77461.45337.1554
Yxy1.45330.24370.1277
Hunter Lab12.055319.9861-26.7528
CIE-Lab12.308031.9365-31.9019

#320b4d color RGB value is (50,11,77).

#320b4d hex color red value is 50, green value is 11 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #320b4d hue: 0.77 , saturation: 0.75 and the lightness value of 320b4d is 0.17.

The process color (four color CMYK) of #320b4d color hex is 0.35, 0.86, 0.00, 0.70. Web safe color of #320b4d is #330066. Color #320b4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001011 01001101
Octal 62 13 115
Decimal 50 11 77
Hex 32 B 4D

RGB Percentages of Color #320b4d

%36.23
%7.97
%55.80

CMYK Percentages of Color #320b4d

%35
%86
%0
%70

Triadic Colors of #320b4d

#320b4d #4d320b #0b4d32

Analogous Colors of #320b4d

#320b4d #4d0b47 #110b4d

Monochromatic Colors of #320b4d

#320b4d

Complementary Color

#320b4d #264d0b

#320b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#320b4d Color CSS Codes

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

#320b4d Text Font Color

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

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


#320b4d Background Color

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

This div background color is #320b4d


#320b4d Border Color

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

This div border color is #320b4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,11,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #320b4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #320b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #320b4d;
  box-shadow:         1px 1px 3px 2px #320b4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,11,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320b4d


Comments

No comments written yet.

Please login to write comment.