Color Hex Logo

#5071ca Color Hex

#5071CA
(80,113,202)
0 Favorites   0 Comments

Color spaces of #5071ca

RGB 80113202
HSL0.620.540.55
HSV224°60°79°
CMYK 0.600.440.00   0.21
XYZ19.874117.780058.2615
Yxy17.78000.20720.1854
Hunter Lab42.166310.3406-52.4049
CIE-Lab49.228215.6139-49.9069

#5071ca color RGB value is (80,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 11001010
Octal 120 161 312
Decimal 80 113 202
Hex 50 71 CA

RGB Percentages of Color #5071ca

%20.25
%28.61
%51.14

CMYK Percentages of Color #5071ca

%60
%44
%0
%21

Triadic Colors of #5071ca

#5071ca #ca5071 #71ca50

Analogous Colors of #5071ca

#5071ca #6c50ca #50aeca

Monochromatic Colors of #5071ca

#5071ca

Complementary Color

#5071ca #caa950

#5071ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5071ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5071ca Color CSS Codes

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

#5071ca Text Font Color

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

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


#5071ca Background Color

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

This div background color is #5071ca


#5071ca Border Color

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

This div border color is #5071ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5071ca


Comments

No comments written yet.

Please login to write comment.