Color Hex Logo

#3211db Color Hex

#3211DB
(50,17,219)
0 Favorites   0 Comments

Color spaces of #3211db

RGB 5017219
HSL0.690.860.46
HSV250°92°86°
CMYK 0.770.920.00   0.14
XYZ14.30206.193567.4595
Yxy6.19350.16260.0704
Hunter Lab24.886759.0292-143.2943
CIE-Lab29.895568.1181-91.3698

#3211db color RGB value is (50,17,219).

#3211db hex color red value is 50, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3211db hue: 0.69 , saturation: 0.86 and the lightness value of 3211db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010001 11011011
Octal 62 21 333
Decimal 50 17 219
Hex 32 11 DB

RGB Percentages of Color #3211db

%17.48
%5.94
%76.57

CMYK Percentages of Color #3211db

%77
%92
%0
%14

Triadic Colors of #3211db

#3211db #db3211 #11db32

Analogous Colors of #3211db

#3211db #9711db #1155db

Monochromatic Colors of #3211db

#3211db

Complementary Color

#3211db #badb11

#3211db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3211db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3211db Color CSS Codes

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

#3211db Text Font Color

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

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


#3211db Background Color

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

This div background color is #3211db


#3211db Border Color

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

This div border color is #3211db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3211db


Comments

No comments written yet.

Please login to write comment.