Color Hex Logo

#5043ca Color Hex

#5043CA
(80,67,202)
0 Favorites   0 Comments

Color spaces of #5043ca

RGB 8067202
HSL0.680.560.53
HSV246°67°79°
CMYK 0.600.670.00   0.21
XYZ15.97619.984156.9622
Yxy9.98410.19270.1204
Hunter Lab31.597634.9557-84.7659
CIE-Lab37.813943.9833-68.3706

#5043ca color RGB value is (80,67,202).

#5043ca hex color red value is 80, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5043ca hue: 0.68 , saturation: 0.56 and the lightness value of 5043ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 11001010
Octal 120 103 312
Decimal 80 67 202
Hex 50 43 CA

RGB Percentages of Color #5043ca

%22.92
%19.20
%57.88

CMYK Percentages of Color #5043ca

%60
%67
%0
%21

Triadic Colors of #5043ca

#5043ca #ca5043 #43ca50

Analogous Colors of #5043ca

#5043ca #9443ca #437aca

Monochromatic Colors of #5043ca

#5043ca

Complementary Color

#5043ca #bdca43

#5043ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5043ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5043ca Color CSS Codes

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

#5043ca Text Font Color

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

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


#5043ca Background Color

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

This div background color is #5043ca


#5043ca Border Color

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

This div border color is #5043ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5043ca


Comments

No comments written yet.

Please login to write comment.