Color Hex Logo

#5066cc Color Hex

#5066CC
(80,102,204)
0 Favorites   0 Comments

Color spaces of #5066cc

RGB 80102204
HSL0.640.550.56
HSV229°61°80°
CMYK 0.610.500.00   0.20
XYZ18.958715.567859.1324
Yxy15.56780.20240.1662
Hunter Lab39.456116.7215-61.2381
CIE-Lab46.402323.1663-55.5842

#5066cc color RGB value is (80,102,204).

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

The process color (four color CMYK) of #5066cc color hex is 0.61, 0.50, 0.00, 0.20. Web safe color of #5066cc is #6666cc. Color #5066cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 11001100
Octal 120 146 314
Decimal 80 102 204
Hex 50 66 CC

RGB Percentages of Color #5066cc

%20.73
%26.42
%52.85

CMYK Percentages of Color #5066cc

%61
%50
%0
%20

Triadic Colors of #5066cc

#5066cc #cc5066 #66cc50

Analogous Colors of #5066cc

#5066cc #7850cc #50a4cc

Monochromatic Colors of #5066cc

#5066cc

Complementary Color

#5066cc #ccb650

#5066cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5066cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5066cc Color CSS Codes

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

#5066cc Text Font Color

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

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


#5066cc Background Color

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

This div background color is #5066cc


#5066cc Border Color

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

This div border color is #5066cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5066cc


Comments

No comments written yet.

Please login to write comment.