color codes Logo

#5084cc color codes

#5084CC
(80,132,204)
0 Favorites   0 Comments

Color spaces of #5084cc

RGB 80132204
HSL0.600.550.56
HSV215°61°80°
CMYK 0.610.350.00   0.20
XYZ22.458622.567660.2990
Yxy22.56760.21320.2143
Hunter Lab47.50541.2531-42.0036
CIE-Lab54.62414.6992-42.4747

#5084cc color RGB value is (80,132,204).

#5084cc hex color red value is 80, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5084cc hue: 0.60 , saturation: 0.55 and the lightness value of 5084cc is 0.56.

The process color (four color CMYK) of #5084cc color code is 0.61, 0.35, 0.00, 0.20. Web safe color of #5084cc is #6699cc. Color #5084cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 11001100
Octal 120 204 314
Decimal 80 132 204
Hex 50 84 CC

RGB Percentages of Color #5084cc

%19.23
%31.73
%49.04

CMYK Percentages of Color #5084cc

%61
%35
%0
%20

Triadic Colors of #5084cc

#5084cc #cc5084 #84cc50

Analogous Colors of #5084cc

#5084cc #5a50cc #50c2cc

Monochromatic Colors of #5084cc

#5084cc

Complementary Color

#5084cc #cc9850

#5084cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5084cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5084cc Color CSS Codes

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

#5084cc Text Font Color

<p style="color:#5084cc">Text here</p>

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


#5084cc Background Color

<div style="background-color:#5084cc">
Div content here</div>

This div background color is #5084cc


#5084cc Border Color

<div style="border:3px solid #5084cc">
Div here</div>

This div border color is #5084cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,132,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5084cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5084cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5084cc;
  box-shadow:         1px 1px 3px 2px #5084cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5084cc

#5084cc Color Palettes


Comments

No comments written yet.

Please login to write comment.