Color Hex Logo

#5313ca Color Hex

#5313CA
(83,19,202)
0 Favorites   0 Comments

Color spaces of #5313ca

RGB 8319202
HSL0.720.830.43
HSV261°91°79°
CMYK 0.590.910.00   0.21
XYZ14.46086.569056.3829
Yxy6.56900.18680.0849
Hunter Lab25.630155.8593-112.4895
CIE-Lab30.804965.1791-79.9070

#5313ca color RGB value is (83,19,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 11001010
Octal 123 23 312
Decimal 83 19 202
Hex 53 13 CA

RGB Percentages of Color #5313ca

%27.30
%6.25
%66.45

CMYK Percentages of Color #5313ca

%59
%91
%0
%21

Triadic Colors of #5313ca

#5313ca #ca5313 #13ca53

Analogous Colors of #5313ca

#5313ca #af13ca #132eca

Monochromatic Colors of #5313ca

#5313ca

Complementary Color

#5313ca #8aca13

#5313ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5313ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5313ca Color CSS Codes

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

#5313ca Text Font Color

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

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


#5313ca Background Color

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

This div background color is #5313ca


#5313ca Border Color

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

This div border color is #5313ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5313ca


Comments

No comments written yet.

Please login to write comment.