Color Hex Logo

#5347cb Color Hex

#5347CB
(83,71,203)
0 Favorites   0 Comments

Color spaces of #5347cb

RGB 8371203
HSL0.680.560.54
HSV245°65°80°
CMYK 0.590.650.00   0.20
XYZ16.600010.657357.6821
Yxy10.65730.19540.1255
Hunter Lab32.645533.6362-81.9090
CIE-Lab38.997242.4291-67.0065

#5347cb color RGB value is (83,71,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 11001011
Octal 123 107 313
Decimal 83 71 203
Hex 53 47 CB

RGB Percentages of Color #5347cb

%23.25
%19.89
%56.86

CMYK Percentages of Color #5347cb

%59
%65
%0
%20

Triadic Colors of #5347cb

#5347cb #cb5347 #47cb53

Analogous Colors of #5347cb

#5347cb #9547cb #477dcb

Monochromatic Colors of #5347cb

#5347cb

Complementary Color

#5347cb #bfcb47

#5347cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5347cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5347cb Color CSS Codes

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

#5347cb Text Font Color

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

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


#5347cb Background Color

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

This div background color is #5347cb


#5347cb Border Color

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

This div border color is #5347cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5347cb


Comments

No comments written yet.

Please login to write comment.