Color Hex Logo

#320bdc Color Hex

#320BDC
(50,11,220)
0 Favorites   0 Comments

Color spaces of #320bdc

RGB 5011220
HSL0.700.900.45
HSV251°95°86°
CMYK 0.770.950.00   0.14
XYZ14.35336.084868.1281
Yxy6.08480.16210.0687
Hunter Lab24.667460.6965-146.4841
CIE-Lab29.625469.5999-92.3969

#320bdc color RGB value is (50,11,220).

#320bdc hex color red value is 50, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #320bdc hue: 0.70 , saturation: 0.90 and the lightness value of 320bdc is 0.45.

The process color (four color CMYK) of #320bdc color hex is 0.77, 0.95, 0.00, 0.14. Web safe color of #320bdc is #3300cc. Color #320bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001011 11011100
Octal 62 13 334
Decimal 50 11 220
Hex 32 B DC

RGB Percentages of Color #320bdc

%17.79
%3.91
%78.29

CMYK Percentages of Color #320bdc

%77
%95
%0
%14

Triadic Colors of #320bdc

#320bdc #dc320b #0bdc32

Analogous Colors of #320bdc

#320bdc #9b0bdc #0b4ddc

Monochromatic Colors of #320bdc

#320bdc

Complementary Color

#320bdc #b5dc0b

#320bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#320bdc Color CSS Codes

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

#320bdc Text Font Color

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

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


#320bdc Background Color

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

This div background color is #320bdc


#320bdc Border Color

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

This div border color is #320bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320bdc


Comments

No comments written yet.

Please login to write comment.