Color Hex Logo

#321fcd Color Hex

#321FCD
(50,31,205)
0 Favorites   0 Comments

Color spaces of #321fcd

RGB 5031205
HSL0.680.740.46
HSV247°85°80°
CMYK 0.760.850.00   0.20
XYZ12.82486.065958.2525
Yxy6.06590.16620.0786
Hunter Lab24.629049.8474-122.9921
CIE-Lab29.578159.9954-83.7780

#321fcd color RGB value is (50,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011111 11001101
Octal 62 37 315
Decimal 50 31 205
Hex 32 1F CD

RGB Percentages of Color #321fcd

%17.48
%10.84
%71.68

CMYK Percentages of Color #321fcd

%76
%85
%0
%20

Triadic Colors of #321fcd

#321fcd #cd321f #1fcd32

Analogous Colors of #321fcd

#321fcd #891fcd #1f63cd

Monochromatic Colors of #321fcd

#321fcd

Complementary Color

#321fcd #bacd1f

#321fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#321fcd Color CSS Codes

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

#321fcd Text Font Color

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

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


#321fcd Background Color

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

This div background color is #321fcd


#321fcd Border Color

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

This div border color is #321fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321fcd


Comments

No comments written yet.

Please login to write comment.