Color Hex Logo

#5013ca Color Hex

#5013CA
(80,19,202)
0 Favorites   0 Comments

Color spaces of #5013ca

RGB 8019202
HSL0.720.830.43
HSV260°91°79°
CMYK 0.600.910.00   0.21
XYZ14.20186.435556.3708
Yxy6.43550.18440.0836
Hunter Lab25.368355.5342-113.9903
CIE-Lab30.485664.9519-80.4459

#5013ca color RGB value is (80,19,202).

#5013ca hex color red value is 80, green value is 19 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5013ca hue: 0.72 , saturation: 0.83 and the lightness value of 5013ca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 11001010
Octal 120 23 312
Decimal 80 19 202
Hex 50 13 CA

RGB Percentages of Color #5013ca

%26.58
%6.31
%67.11

CMYK Percentages of Color #5013ca

%60
%91
%0
%21

Triadic Colors of #5013ca

#5013ca #ca5013 #13ca50

Analogous Colors of #5013ca

#5013ca #ac13ca #1331ca

Monochromatic Colors of #5013ca

#5013ca

Complementary Color

#5013ca #8dca13

#5013ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5013ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5013ca Color CSS Codes

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

#5013ca Text Font Color

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

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


#5013ca Background Color

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

This div background color is #5013ca


#5013ca Border Color

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

This div border color is #5013ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5013ca


Comments

No comments written yet.

Please login to write comment.