Color Hex Logo

#5095dc Color Hex

#5095DC
(80,149,220)
0 Favorites   0 Comments

Color spaces of #5095dc

RGB 80149220
HSL0.580.670.59
HSV210°64°86°
CMYK 0.640.320.00   0.14
XYZ26.974028.367771.7640
Yxy28.36770.21220.2232
Hunter Lab53.2613-2.8067-42.6040
CIE-Lab60.21950.0461-42.6390

#5095dc color RGB value is (80,149,220).

#5095dc hex color red value is 80, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5095dc hue: 0.58 , saturation: 0.67 and the lightness value of 5095dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010101 11011100
Octal 120 225 334
Decimal 80 149 220
Hex 50 95 DC

RGB Percentages of Color #5095dc

%17.82
%33.18
%49.00

CMYK Percentages of Color #5095dc

%64
%32
%0
%14

Triadic Colors of #5095dc

#5095dc #dc5095 #95dc50

Analogous Colors of #5095dc

#5095dc #5150dc #50dbdc

Monochromatic Colors of #5095dc

#5095dc

Complementary Color

#5095dc #dc9750

#5095dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5095dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5095dc Color CSS Codes

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

#5095dc Text Font Color

<p style="color:#5095dc">Text here</p>

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


#5095dc Background Color

<div style="background-color:#5095dc">
Div content here</div>

This div background color is #5095dc


#5095dc Border Color

<div style="border:3px solid #5095dc">
Div here</div>

This div border color is #5095dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,149,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5095dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5095dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5095dc;
  box-shadow:         1px 1px 3px 2px #5095dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,149,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5095dc


Comments

No comments written yet.

Please login to write comment.