Color Hex Logo

#321fcc Color Hex

#321FCC
(50,31,204)
0 Favorites   0 Comments

Color spaces of #321fcc

RGB 5031204
HSL0.680.740.46
HSV247°85°80°
CMYK 0.750.850.00   0.20
XYZ12.70456.017757.6187
Yxy6.01770.16640.0788
Hunter Lab24.531049.5151-122.0893
CIE-Lab29.457159.7127-83.3957

#321fcc color RGB value is (50,31,204).

#321fcc hex color red value is 50, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #321fcc hue: 0.68 , saturation: 0.74 and the lightness value of 321fcc is 0.46.

The process color (four color CMYK) of #321fcc color hex is 0.75, 0.85, 0.00, 0.20. Web safe color of #321fcc is #3333cc. Color #321fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011111 11001100
Octal 62 37 314
Decimal 50 31 204
Hex 32 1F CC

RGB Percentages of Color #321fcc

%17.54
%10.88
%71.58

CMYK Percentages of Color #321fcc

%75
%85
%0
%20

Triadic Colors of #321fcc

#321fcc #cc321f #1fcc32

Analogous Colors of #321fcc

#321fcc #891fcc #1f63cc

Monochromatic Colors of #321fcc

#321fcc

Complementary Color

#321fcc #b9cc1f

#321fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#321fcc Color CSS Codes

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

#321fcc Text Font Color

<p style="color:#321fcc">Text here</p>

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


#321fcc Background Color

<div style="background-color:#321fcc">
Div content here</div>

This div background color is #321fcc


#321fcc Border Color

<div style="border:3px solid #321fcc">
Div here</div>

This div border color is #321fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,31,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #321fcc;
  box-shadow:         1px 1px 3px 2px #321fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321fcc


Comments

No comments written yet.

Please login to write comment.