Color Hex Logo

#5314bb Color Hex

#5314BB
(83,20,187)
0 Favorites   0 Comments

Color spaces of #5314bb

RGB 8320187
HSL0.730.810.41
HSV263°89°73°
CMYK 0.560.890.00   0.27
XYZ12.78715.927247.4838
Yxy5.92720.19320.0895
Hunter Lab24.345851.1478-98.5963
CIE-Lab29.228061.2528-73.6878

#5314bb color RGB value is (83,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 10111011
Octal 123 24 273
Decimal 83 20 187
Hex 53 14 BB

RGB Percentages of Color #5314bb

%28.62
%6.90
%64.48

CMYK Percentages of Color #5314bb

%56
%89
%0
%27

Triadic Colors of #5314bb

#5314bb #bb5314 #14bb53

Analogous Colors of #5314bb

#5314bb #a714bb #1428bb

Monochromatic Colors of #5314bb

#5314bb

Complementary Color

#5314bb #7cbb14

#5314bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5314bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5314bb Color CSS Codes

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

#5314bb Text Font Color

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

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


#5314bb Background Color

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

This div background color is #5314bb


#5314bb Border Color

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

This div border color is #5314bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5314bb


Comments

No comments written yet.

Please login to write comment.