Color Hex Logo

#5317bb Color Hex

#5317BB
(83,23,187)
0 Favorites   0 Comments

Color spaces of #5317bb

RGB 8323187
HSL0.730.780.41
HSV262°88°73°
CMYK 0.560.880.00   0.27
XYZ12.84336.039647.5026
Yxy6.03960.19350.0910
Hunter Lab24.575650.2775-97.3998
CIE-Lab29.512260.4030-73.2180

#5317bb color RGB value is (83,23,187).

#5317bb hex color red value is 83, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5317bb hue: 0.73 , saturation: 0.78 and the lightness value of 5317bb is 0.41.

The process color (four color CMYK) of #5317bb color hex is 0.56, 0.88, 0.00, 0.27. Web safe color of #5317bb is #6600cc. Color #5317bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 10111011
Octal 123 27 273
Decimal 83 23 187
Hex 53 17 BB

RGB Percentages of Color #5317bb

%28.33
%7.85
%63.82

CMYK Percentages of Color #5317bb

%56
%88
%0
%27

Triadic Colors of #5317bb

#5317bb #bb5317 #17bb53

Analogous Colors of #5317bb

#5317bb #a517bb #172dbb

Monochromatic Colors of #5317bb

#5317bb

Complementary Color

#5317bb #7fbb17

#5317bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5317bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5317bb Color CSS Codes

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

#5317bb Text Font Color

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

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


#5317bb Background Color

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

This div background color is #5317bb


#5317bb Border Color

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

This div border color is #5317bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5317bb


Comments

No comments written yet.

Please login to write comment.