Color Hex Logo

#4193db Color Hex

#4193DB
(65,147,219)
0 Favorites   0 Comments

Color spaces of #4193db

RGB 65147219
HSL0.580.680.56
HSV208°70°86°
CMYK 0.700.330.00   0.14
XYZ25.399927.105770.9110
Yxy27.10570.20580.2196
Hunter Lab52.0631-4.0262-44.3099
CIE-Lab59.0720-1.5280-43.9250

#4193db color RGB value is (65,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010011 11011011
Octal 101 223 333
Decimal 65 147 219
Hex 41 93 DB

RGB Percentages of Color #4193db

%15.08
%34.11
%50.81

CMYK Percentages of Color #4193db

%70
%33
%0
%14

Triadic Colors of #4193db

#4193db #db4193 #93db41

Analogous Colors of #4193db

#4193db #4146db #41dbd6

Monochromatic Colors of #4193db

#4193db

Complementary Color

#4193db #db8941

#4193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4193db Color CSS Codes

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

#4193db Text Font Color

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

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


#4193db Background Color

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

This div background color is #4193db


#4193db Border Color

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

This div border color is #4193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4193db


Comments

No comments written yet.

Please login to write comment.