Color Hex Logo

#5056ca Color Hex

#5056CA
(80,86,202)
0 Favorites   0 Comments

Color spaces of #5056ca

RGB 8086202
HSL0.660.540.55
HSV237°60°79°
CMYK 0.600.570.00   0.21
XYZ17.296712.625357.4024
Yxy12.62530.19810.1446
Hunter Lab35.532124.7110-70.9110
CIE-Lab42.193232.5099-61.2342

#5056ca color RGB value is (80,86,202).

#5056ca hex color red value is 80, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5056ca hue: 0.66 , saturation: 0.54 and the lightness value of 5056ca is 0.55.

The process color (four color CMYK) of #5056ca color hex is 0.60, 0.57, 0.00, 0.21. Web safe color of #5056ca is #6666cc. Color #5056ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 11001010
Octal 120 126 312
Decimal 80 86 202
Hex 50 56 CA

RGB Percentages of Color #5056ca

%21.74
%23.37
%54.89

CMYK Percentages of Color #5056ca

%60
%57
%0
%21

Triadic Colors of #5056ca

#5056ca #ca5056 #56ca50

Analogous Colors of #5056ca

#5056ca #8750ca #5093ca

Monochromatic Colors of #5056ca

#5056ca

Complementary Color

#5056ca #cac450

#5056ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5056ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5056ca Color CSS Codes

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

#5056ca Text Font Color

<p style="color:#5056ca">Text here</p>

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


#5056ca Background Color

<div style="background-color:#5056ca">
Div content here</div>

This div background color is #5056ca


#5056ca Border Color

<div style="border:3px solid #5056ca">
Div here</div>

This div border color is #5056ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5056ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5056ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5056ca;
  box-shadow:         1px 1px 3px 2px #5056ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5056ca


Comments

No comments written yet.

Please login to write comment.