Color Hex Logo

#0500cc Color Hex

#0500CC
(5,0,204)
0 Favorites   0 Comments

Color spaces of #0500cc

RGB 50204
HSL0.671.000.40
HSV241°100°80°
CMYK 0.981.000.00   0.20
XYZ10.96174.391957.3967
Yxy4.39190.15070.0604
Hunter Lab20.956956.6917-147.7138
CIE-Lab24.926966.9700-90.9983

#0500cc color RGB value is (5,0,204).

#0500cc hex color red value is 5, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0500cc hue: 0.67 , saturation: 1.00 and the lightness value of 0500cc is 0.40.

The process color (four color CMYK) of #0500cc color hex is 0.98, 1.00, 0.00, 0.20. Web safe color of #0500cc is #0000cc. Color #0500cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000000 11001100
Octal 5 0 314
Decimal 5 0 204
Hex 5 0 CC

RGB Percentages of Color #0500cc

%2.39
%0.00
%97.61

CMYK Percentages of Color #0500cc

%98
%100
%0
%20

Triadic Colors of #0500cc

#0500cc #cc0500 #00cc05

Analogous Colors of #0500cc

#0500cc #6b00cc #0061cc

Monochromatic Colors of #0500cc

#0500cc

Complementary Color

#0500cc #c7cc00

#0500cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0500cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0500cc Color CSS Codes

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

#0500cc Text Font Color

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

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


#0500cc Background Color

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

This div background color is #0500cc


#0500cc Border Color

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

This div border color is #0500cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0500cc


Comments

No comments written yet.

Please login to write comment.