Color Hex Logo

#0584cc Color Hex

#0584CC
(5,132,204)
0 Favorites   0 Comments

Color spaces of #0584cc

RGB 5132204
HSL0.560.950.41
HSV202°98°80°
CMYK 0.980.350.00   0.20
XYZ19.212920.894460.1471
Yxy20.89440.19160.2084
Hunter Lab45.7104-4.9664-46.0183
CIE-Lab52.8337-3.2556-45.4235

#0584cc color RGB value is (5,132,204).

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

The process color (four color CMYK) of #0584cc color hex is 0.98, 0.35, 0.00, 0.20. Web safe color of #0584cc is #0099cc. Color #0584cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 11001100
Octal 5 204 314
Decimal 5 132 204
Hex 5 84 CC

RGB Percentages of Color #0584cc

%1.47
%38.71
%59.82

CMYK Percentages of Color #0584cc

%98
%35
%0
%20

Triadic Colors of #0584cc

#0584cc #cc0584 #84cc05

Analogous Colors of #0584cc

#0584cc #0520cc #05ccb1

Monochromatic Colors of #0584cc

#0584cc

Complementary Color

#0584cc #cc4d05

#0584cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0584cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0584cc Color CSS Codes

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

#0584cc Text Font Color

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

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


#0584cc Background Color

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

This div background color is #0584cc


#0584cc Border Color

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

This div border color is #0584cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,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 #0584cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0584cc


Comments

No comments written yet.

Please login to write comment.