Color Hex Logo

#5095df Color Hex

#5095DF
(80,149,223)
0 Favorites   0 Comments

Color spaces of #5095df

RGB 80149223
HSL0.590.690.59
HSV211°64°87°
CMYK 0.640.330.00   0.13
XYZ27.375028.528173.8757
Yxy28.52810.21090.2198
Hunter Lab53.4117-1.9842-44.6180
CIE-Lab60.36291.0483-44.0825

#5095df color RGB value is (80,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010101 11011111
Octal 120 225 337
Decimal 80 149 223
Hex 50 95 DF

RGB Percentages of Color #5095df

%17.70
%32.96
%49.34

CMYK Percentages of Color #5095df

%64
%33
%0
%13

Triadic Colors of #5095df

#5095df #df5095 #95df50

Analogous Colors of #5095df

#5095df #5250df #50dddf

Monochromatic Colors of #5095df

#5095df

Complementary Color

#5095df #df9a50

#5095df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5095df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5095df Color CSS Codes

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

#5095df Text Font Color

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

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


#5095df Background Color

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

This div background color is #5095df


#5095df Border Color

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

This div border color is #5095df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5095df


Comments

No comments written yet.

Please login to write comment.