Color Hex Logo

#5351ba Color Hex

#5351BA
(83,81,186)
0 Favorites   0 Comments

Color spaces of #5351ba

RGB 8381186
HSL0.670.430.52
HSV241°56°73°
CMYK 0.550.560.00   0.27
XYZ15.372611.269047.8193
Yxy11.26900.20650.1513
Hunter Lab33.569322.9952-60.9597
CIE-Lab40.029930.9123-55.4203

#5351ba color RGB value is (83,81,186).

#5351ba hex color red value is 83, green value is 81 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5351ba hue: 0.67 , saturation: 0.43 and the lightness value of 5351ba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 10111010
Octal 123 121 272
Decimal 83 81 186
Hex 53 51 BA

RGB Percentages of Color #5351ba

%23.71
%23.14
%53.14

CMYK Percentages of Color #5351ba

%55
%56
%0
%27

Triadic Colors of #5351ba

#5351ba #ba5351 #51ba53

Analogous Colors of #5351ba

#5351ba #8851ba #5184ba

Monochromatic Colors of #5351ba

#5351ba

Complementary Color

#5351ba #b8ba51

#5351ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5351ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5351ba Color CSS Codes

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

#5351ba Text Font Color

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

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


#5351ba Background Color

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

This div background color is #5351ba


#5351ba Border Color

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

This div border color is #5351ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5351ba


Comments

No comments written yet.

Please login to write comment.