Color Hex Logo

#2093db Color Hex

#2093DB
(32,147,219)
0 Favorites   0 Comments

Color spaces of #2093db

RGB 32147219
HSL0.560.750.49
HSV203°85°86°
CMYK 0.850.330.00   0.14
XYZ23.815626.289070.8369
Yxy26.28900.19690.2174
Hunter Lab51.2728-6.8163-46.0223
CIE-Lab58.3104-5.0852-45.1779

#2093db color RGB value is (32,147,219).

#2093db hex color red value is 32, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2093db hue: 0.56 , saturation: 0.75 and the lightness value of 2093db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010011 11011011
Octal 40 223 333
Decimal 32 147 219
Hex 20 93 DB

RGB Percentages of Color #2093db

%8.04
%36.93
%55.03

CMYK Percentages of Color #2093db

%85
%33
%0
%14

Triadic Colors of #2093db

#2093db #db2093 #93db20

Analogous Colors of #2093db

#2093db #2035db #20dbc6

Monochromatic Colors of #2093db

#2093db

Complementary Color

#2093db #db6820

#2093db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2093db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2093db Color CSS Codes

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

#2093db Text Font Color

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

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


#2093db Background Color

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

This div background color is #2093db


#2093db Border Color

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

This div border color is #2093db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2093db


Comments

No comments written yet.

Please login to write comment.