Color Hex Logo

#2146db Color Hex

#2146DB
(33,70,219)
0 Favorites   0 Comments

Color spaces of #2146db

RGB 3370219
HSL0.630.740.49
HSV228°85°86°
CMYK 0.850.680.00   0.14
XYZ15.60359.818168.0905
Yxy9.81810.16690.1050
Hunter Lab31.333834.0545-106.9074
CIE-Lab37.514043.1139-78.7645

#2146db color RGB value is (33,70,219).

#2146db hex color red value is 33, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2146db hue: 0.63 , saturation: 0.74 and the lightness value of 2146db is 0.49.

The process color (four color CMYK) of #2146db color hex is 0.85, 0.68, 0.00, 0.14. Web safe color of #2146db is #3333cc. Color #2146db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000110 11011011
Octal 41 106 333
Decimal 33 70 219
Hex 21 46 DB

RGB Percentages of Color #2146db

%10.25
%21.74
%68.01

CMYK Percentages of Color #2146db

%85
%68
%0
%14

Triadic Colors of #2146db

#2146db #db2146 #46db21

Analogous Colors of #2146db

#2146db #5921db #21a3db

Monochromatic Colors of #2146db

#2146db

Complementary Color

#2146db #dbb621

#2146db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2146db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2146db Color CSS Codes

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

#2146db Text Font Color

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

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


#2146db Background Color

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

This div background color is #2146db


#2146db Border Color

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

This div border color is #2146db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,70,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 #2146db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2146db


Comments

No comments written yet.

Please login to write comment.