Color Hex Logo

#5315ac Color Hex

#5315AC
(83,21,172)
0 Favorites   0 Comments

Color spaces of #5315ac

RGB 8321172
HSL0.740.780.38
HSV265°88°67°
CMYK 0.520.880.00   0.33
XYZ11.28185.353939.4685
Yxy5.35390.20110.0954
Hunter Lab23.138546.5401-84.9370
CIE-Lab27.720157.2766-67.2229

#5315ac color RGB value is (83,21,172).

#5315ac hex color red value is 83, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5315ac hue: 0.74 , saturation: 0.78 and the lightness value of 5315ac is 0.38.

The process color (four color CMYK) of #5315ac color hex is 0.52, 0.88, 0.00, 0.33. Web safe color of #5315ac is #660099. Color #5315ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 10101100
Octal 123 25 254
Decimal 83 21 172
Hex 53 15 AC

RGB Percentages of Color #5315ac

%30.07
%7.61
%62.32

CMYK Percentages of Color #5315ac

%52
%88
%0
%33

Triadic Colors of #5315ac

#5315ac #ac5315 #15ac53

Analogous Colors of #5315ac

#5315ac #9f15ac #1523ac

Monochromatic Colors of #5315ac

#5315ac

Complementary Color

#5315ac #6eac15

#5315ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5315ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5315ac Color CSS Codes

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

#5315ac Text Font Color

<p style="color:#5315ac">Text here</p>

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


#5315ac Background Color

<div style="background-color:#5315ac">
Div content here</div>

This div background color is #5315ac


#5315ac Border Color

<div style="border:3px solid #5315ac">
Div here</div>

This div border color is #5315ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,21,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5315ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5315ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5315ac;
  box-shadow:         1px 1px 3px 2px #5315ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,21,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5315ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5315ac


Comments

No comments written yet.

Please login to write comment.