Color Hex Logo

#5040ca Color Hex

#5040CA
(80,64,202)
0 Favorites   0 Comments

Color spaces of #5040ca

RGB 8064202
HSL0.690.570.52
HSV247°68°79°
CMYK 0.600.680.00   0.21
XYZ15.80239.636556.9043
Yxy9.63650.19190.1170
Hunter Lab31.042736.5407-86.9544
CIE-Lab37.182045.7027-69.4055

#5040ca color RGB value is (80,64,202).

#5040ca hex color red value is 80, green value is 64 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5040ca hue: 0.69 , saturation: 0.57 and the lightness value of 5040ca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 11001010
Octal 120 100 312
Decimal 80 64 202
Hex 50 40 CA

RGB Percentages of Color #5040ca

%23.12
%18.50
%58.38

CMYK Percentages of Color #5040ca

%60
%68
%0
%21

Triadic Colors of #5040ca

#5040ca #ca5040 #40ca50

Analogous Colors of #5040ca

#5040ca #9540ca #4075ca

Monochromatic Colors of #5040ca

#5040ca

Complementary Color

#5040ca #baca40

#5040ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5040ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5040ca Color CSS Codes

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

#5040ca Text Font Color

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

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


#5040ca Background Color

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

This div background color is #5040ca


#5040ca Border Color

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

This div border color is #5040ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5040ca


Comments

No comments written yet.

Please login to write comment.