Color Hex Logo

#5275ba Color Hex

#5275BA
(82,117,186)
0 Favorites   0 Comments

Color spaces of #5275ba

RGB 82117186
HSL0.610.430.53
HSV220°56°73°
CMYK 0.560.370.00   0.27
XYZ18.703918.061648.9548
Yxy18.06160.21820.2107
Hunter Lab42.49894.1852-38.5473
CIE-Lab49.57078.1944-40.1645

#5275ba color RGB value is (82,117,186).

#5275ba hex color red value is 82, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5275ba hue: 0.61 , saturation: 0.43 and the lightness value of 5275ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 10111010
Octal 122 165 272
Decimal 82 117 186
Hex 52 75 BA

RGB Percentages of Color #5275ba

%21.30
%30.39
%48.31

CMYK Percentages of Color #5275ba

%56
%37
%0
%27

Triadic Colors of #5275ba

#5275ba #ba5275 #75ba52

Analogous Colors of #5275ba

#5275ba #6352ba #52a9ba

Monochromatic Colors of #5275ba

#5275ba

Complementary Color

#5275ba #ba9752

#5275ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5275ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5275ba Color CSS Codes

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

#5275ba Text Font Color

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

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


#5275ba Background Color

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

This div background color is #5275ba


#5275ba Border Color

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

This div border color is #5275ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5275ba


Comments

No comments written yet.

Please login to write comment.