Color Hex Logo

#5348ba Color Hex

#5348BA
(83,72,186)
0 Favorites   0 Comments

Color spaces of #5348ba

RGB 8372186
HSL0.680.450.51
HSV246°61°73°
CMYK 0.550.610.00   0.27
XYZ14.747610.018947.6109
Yxy10.01890.20380.1384
Hunter Lab31.652627.7746-67.0253
CIE-Lab37.876336.4517-58.9122

#5348ba color RGB value is (83,72,186).

#5348ba hex color red value is 83, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5348ba hue: 0.68 , saturation: 0.45 and the lightness value of 5348ba is 0.51.

The process color (four color CMYK) of #5348ba color hex is 0.55, 0.61, 0.00, 0.27. Web safe color of #5348ba is #6633cc. Color #5348ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 10111010
Octal 123 110 272
Decimal 83 72 186
Hex 53 48 BA

RGB Percentages of Color #5348ba

%24.34
%21.11
%54.55

CMYK Percentages of Color #5348ba

%55
%61
%0
%27

Triadic Colors of #5348ba

#5348ba #ba5348 #48ba53

Analogous Colors of #5348ba

#5348ba #8c48ba #4876ba

Monochromatic Colors of #5348ba

#5348ba

Complementary Color

#5348ba #afba48

#5348ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5348ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5348ba Color CSS Codes

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

#5348ba Text Font Color

<p style="color:#5348ba">Text here</p>

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


#5348ba Background Color

<div style="background-color:#5348ba">
Div content here</div>

This div background color is #5348ba


#5348ba Border Color

<div style="border:3px solid #5348ba">
Div here</div>

This div border color is #5348ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,72,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5348ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5348ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5348ba;
  box-shadow:         1px 1px 3px 2px #5348ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5348ba


Comments

No comments written yet.

Please login to write comment.