Color Hex Logo

#5795db Color Hex

#5795DB
(87,149,219)
0 Favorites   0 Comments

Color spaces of #5795db

RGB 87149219
HSL0.590.650.60
HSV212°60°86°
CMYK 0.600.320.00   0.14
XYZ27.464128.635671.0975
Yxy28.63560.21590.2251
Hunter Lab53.5122-2.0348-41.3154
CIE-Lab60.45870.9932-41.6861

#5795db color RGB value is (87,149,219).

#5795db hex color red value is 87, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5795db hue: 0.59 , saturation: 0.65 and the lightness value of 5795db is 0.60.

The process color (four color CMYK) of #5795db color hex is 0.60, 0.32, 0.00, 0.14. Web safe color of #5795db is #6699cc. Color #5795db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010101 11011011
Octal 127 225 333
Decimal 87 149 219
Hex 57 95 DB

RGB Percentages of Color #5795db

%19.12
%32.75
%48.13

CMYK Percentages of Color #5795db

%60
%32
%0
%14

Triadic Colors of #5795db

#5795db #db5795 #95db57

Analogous Colors of #5795db

#5795db #5b57db #57d7db

Monochromatic Colors of #5795db

#5795db

Complementary Color

#5795db #db9d57

#5795db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5795db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5795db Color CSS Codes

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

#5795db Text Font Color

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

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


#5795db Background Color

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

This div background color is #5795db


#5795db Border Color

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

This div border color is #5795db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5795db


Comments

No comments written yet.

Please login to write comment.