Color Hex Logo

#320cdd Color Hex

#320CDD
(50,12,221)
0 Favorites   0 Comments

Color spaces of #320cdd

RGB 5012221
HSL0.700.900.46
HSV251°95°87°
CMYK 0.770.950.00   0.13
XYZ14.49806.161568.8318
Yxy6.16150.16200.0689
Hunter Lab24.822460.8173-147.0340
CIE-Lab29.816369.6688-92.6547

#320cdd color RGB value is (50,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001100 11011101
Octal 62 14 335
Decimal 50 12 221
Hex 32 C DD

RGB Percentages of Color #320cdd

%17.67
%4.24
%78.09

CMYK Percentages of Color #320cdd

%77
%95
%0
%13

Triadic Colors of #320cdd

#320cdd #dd320c #0cdd32

Analogous Colors of #320cdd

#320cdd #9b0cdd #0c4fdd

Monochromatic Colors of #320cdd

#320cdd

Complementary Color

#320cdd #b7dd0c

#320cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#320cdd Color CSS Codes

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

#320cdd Text Font Color

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

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


#320cdd Background Color

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

This div background color is #320cdd


#320cdd Border Color

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

This div border color is #320cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320cdd


Comments

No comments written yet.

Please login to write comment.