Color Hex Logo

#3211cc Color Hex

#3211CC
(50,17,204)
0 Favorites   0 Comments

Color spaces of #3211cc

RGB 5017204
HSL0.700.850.43
HSV251°92°80°
CMYK 0.750.920.00   0.20
XYZ12.41495.438657.5222
Yxy5.43860.16470.0722
Hunter Lab23.320854.2136-129.9179
CIE-Lab27.949564.2535-85.9046

#3211cc color RGB value is (50,17,204).

#3211cc hex color red value is 50, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3211cc hue: 0.70 , saturation: 0.85 and the lightness value of 3211cc is 0.43.

The process color (four color CMYK) of #3211cc color hex is 0.75, 0.92, 0.00, 0.20. Web safe color of #3211cc is #3300cc. Color #3211cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010001 11001100
Octal 62 21 314
Decimal 50 17 204
Hex 32 11 CC

RGB Percentages of Color #3211cc

%18.45
%6.27
%75.28

CMYK Percentages of Color #3211cc

%75
%92
%0
%20

Triadic Colors of #3211cc

#3211cc #cc3211 #11cc32

Analogous Colors of #3211cc

#3211cc #9011cc #114ecc

Monochromatic Colors of #3211cc

#3211cc

Complementary Color

#3211cc #abcc11

#3211cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3211cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3211cc Color CSS Codes

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

#3211cc Text Font Color

<p style="color:#3211cc">Text here</p>

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


#3211cc Background Color

<div style="background-color:#3211cc">
Div content here</div>

This div background color is #3211cc


#3211cc Border Color

<div style="border:3px solid #3211cc">
Div here</div>

This div border color is #3211cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3211cc


Comments

No comments written yet.

Please login to write comment.