Color Hex Logo

#320dab Color Hex

#320DAB
(50,13,171)
0 Favorites   0 Comments

Color spaces of #320dab

RGB 5013171
HSL0.710.860.36
HSV254°92°67°
CMYK 0.710.920.00   0.33
XYZ8.81003.906238.8177
Yxy3.90620.17100.0758
Hunter Lab19.764144.9805-102.6137
CIE-Lab23.358956.6312-73.9541

#320dab color RGB value is (50,13,171).

#320dab hex color red value is 50, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #320dab hue: 0.71 , saturation: 0.86 and the lightness value of 320dab is 0.36.

The process color (four color CMYK) of #320dab color hex is 0.71, 0.92, 0.00, 0.33. Web safe color of #320dab is #330099. Color #320dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001101 10101011
Octal 62 15 253
Decimal 50 13 171
Hex 32 D AB

RGB Percentages of Color #320dab

%21.37
%5.56
%73.08

CMYK Percentages of Color #320dab

%71
%92
%0
%33

Triadic Colors of #320dab

#320dab #ab320d #0dab32

Analogous Colors of #320dab

#320dab #810dab #0d37ab

Monochromatic Colors of #320dab

#320dab

Complementary Color

#320dab #86ab0d

#320dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#320dab Color CSS Codes

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

#320dab Text Font Color

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

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


#320dab Background Color

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

This div background color is #320dab


#320dab Border Color

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

This div border color is #320dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320dab


Comments

No comments written yet.

Please login to write comment.