Color Hex Logo

#5317ca Color Hex

#5317CA
(83,23,202)
0 Favorites   0 Comments

Color spaces of #5317ca

RGB 8323202
HSL0.720.800.44
HSV260°89°79°
CMYK 0.590.890.00   0.21
XYZ14.53436.716156.4074
Yxy6.71610.18720.0865
Hunter Lab25.915454.7571-110.9095
CIE-Lab31.151764.1357-79.3323

#5317ca color RGB value is (83,23,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 11001010
Octal 123 27 312
Decimal 83 23 202
Hex 53 17 CA

RGB Percentages of Color #5317ca

%26.95
%7.47
%65.58

CMYK Percentages of Color #5317ca

%59
%89
%0
%21

Triadic Colors of #5317ca

#5317ca #ca5317 #17ca53

Analogous Colors of #5317ca

#5317ca #ad17ca #1735ca

Monochromatic Colors of #5317ca

#5317ca

Complementary Color

#5317ca #8eca17

#5317ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5317ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5317ca Color CSS Codes

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

#5317ca Text Font Color

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

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


#5317ca Background Color

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

This div background color is #5317ca


#5317ca Border Color

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

This div border color is #5317ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5317ca


Comments

No comments written yet.

Please login to write comment.