Color Hex Logo

#5316cb Color Hex

#5316CB
(83,22,203)
0 Favorites   0 Comments

Color spaces of #5316cb

RGB 8322203
HSL0.720.800.44
HSV260°89°80°
CMYK 0.590.890.00   0.20
XYZ14.63376.724657.0266
Yxy6.72460.18670.0858
Hunter Lab25.931855.3494-112.2321
CIE-Lab31.171564.6582-79.8836

#5316cb color RGB value is (83,22,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010110 11001011
Octal 123 26 313
Decimal 83 22 203
Hex 53 16 CB

RGB Percentages of Color #5316cb

%26.95
%7.14
%65.91

CMYK Percentages of Color #5316cb

%59
%89
%0
%20

Triadic Colors of #5316cb

#5316cb #cb5316 #16cb53

Analogous Colors of #5316cb

#5316cb #ae16cb #1634cb

Monochromatic Colors of #5316cb

#5316cb

Complementary Color

#5316cb #8ecb16

#5316cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5316cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5316cb Color CSS Codes

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

#5316cb Text Font Color

<p style="color:#5316cb">Text here</p>

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


#5316cb Background Color

<div style="background-color:#5316cb">
Div content here</div>

This div background color is #5316cb


#5316cb Border Color

<div style="border:3px solid #5316cb">
Div here</div>

This div border color is #5316cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,22,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5316cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5316cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5316cb;
  box-shadow:         1px 1px 3px 2px #5316cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5316cb


Comments

No comments written yet.

Please login to write comment.