Color Hex Logo

#5347bf Color Hex

#5347BF
(83,71,191)
0 Favorites   0 Comments

Color spaces of #5347bf

RGB 8371191
HSL0.680.480.51
HSV246°63°75°
CMYK 0.570.630.00   0.25
XYZ15.224510.107150.4387
Yxy10.10710.20090.1334
Hunter Lab31.791729.8453-71.8117
CIE-Lab38.034038.6377-61.5882

#5347bf color RGB value is (83,71,191).

#5347bf hex color red value is 83, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5347bf hue: 0.68 , saturation: 0.48 and the lightness value of 5347bf is 0.51.

The process color (four color CMYK) of #5347bf color hex is 0.57, 0.63, 0.00, 0.25. Web safe color of #5347bf is #6633cc. Color #5347bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 10111111
Octal 123 107 277
Decimal 83 71 191
Hex 53 47 BF

RGB Percentages of Color #5347bf

%24.06
%20.58
%55.36

CMYK Percentages of Color #5347bf

%57
%63
%0
%25

Triadic Colors of #5347bf

#5347bf #bf5347 #47bf53

Analogous Colors of #5347bf

#5347bf #8f47bf #4777bf

Monochromatic Colors of #5347bf

#5347bf

Complementary Color

#5347bf #b3bf47

#5347bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5347bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5347bf Color CSS Codes

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

#5347bf Text Font Color

<p style="color:#5347bf">Text here</p>

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


#5347bf Background Color

<div style="background-color:#5347bf">
Div content here</div>

This div background color is #5347bf


#5347bf Border Color

<div style="border:3px solid #5347bf">
Div here</div>

This div border color is #5347bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,71,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5347bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5347bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5347bf;
  box-shadow:         1px 1px 3px 2px #5347bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5347bf


Comments

No comments written yet.

Please login to write comment.