Color Hex Logo

#5096cd Color Hex

#5096CD
(80,150,205)
0 Favorites   0 Comments

Color spaces of #5096cd

RGB 80150205
HSL0.570.560.56
HSV206°61°80°
CMYK 0.610.270.00   0.20
XYZ25.234127.925961.8179
Yxy27.92590.21950.2429
Hunter Lab52.8450-7.2428-32.3658
CIE-Lab59.8217-5.4618-34.8809

#5096cd color RGB value is (80,150,205).

#5096cd hex color red value is 80, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5096cd hue: 0.57 , saturation: 0.56 and the lightness value of 5096cd is 0.56.

The process color (four color CMYK) of #5096cd color hex is 0.61, 0.27, 0.00, 0.20. Web safe color of #5096cd is #6699cc. Color #5096cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 11001101
Octal 120 226 315
Decimal 80 150 205
Hex 50 96 CD

RGB Percentages of Color #5096cd

%18.39
%34.48
%47.13

CMYK Percentages of Color #5096cd

%61
%27
%0
%20

Triadic Colors of #5096cd

#5096cd #cd5096 #96cd50

Analogous Colors of #5096cd

#5096cd #5058cd #50cdc6

Monochromatic Colors of #5096cd

#5096cd

Complementary Color

#5096cd #cd8750

#5096cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5096cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5096cd Color CSS Codes

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

#5096cd Text Font Color

<p style="color:#5096cd">Text here</p>

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


#5096cd Background Color

<div style="background-color:#5096cd">
Div content here</div>

This div background color is #5096cd


#5096cd Border Color

<div style="border:3px solid #5096cd">
Div here</div>

This div border color is #5096cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,150,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5096cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5096cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5096cd;
  box-shadow:         1px 1px 3px 2px #5096cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5096cd


Comments

No comments written yet.

Please login to write comment.