Color Hex Logo

#320fdc Color Hex

#320FDC
(50,15,220)
0 Favorites   0 Comments

Color spaces of #320fdc

RGB 5015220
HSL0.700.870.46
HSV250°93°86°
CMYK 0.770.930.00   0.14
XYZ14.40456.187168.1452
Yxy6.18710.16230.0697
Hunter Lab24.873959.8403-145.0209
CIE-Lab29.879768.8201-91.9728

#320fdc color RGB value is (50,15,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001111 11011100
Octal 62 17 334
Decimal 50 15 220
Hex 32 F DC

RGB Percentages of Color #320fdc

%17.54
%5.26
%77.19

CMYK Percentages of Color #320fdc

%77
%93
%0
%14

Triadic Colors of #320fdc

#320fdc #dc320f #0fdc32

Analogous Colors of #320fdc

#320fdc #990fdc #0f53dc

Monochromatic Colors of #320fdc

#320fdc

Complementary Color

#320fdc #b9dc0f

#320fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#320fdc Color CSS Codes

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

#320fdc Text Font Color

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

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


#320fdc Background Color

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

This div background color is #320fdc


#320fdc Border Color

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

This div border color is #320fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,15,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 #320fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320fdc


Comments

No comments written yet.

Please login to write comment.