Color Hex Logo

#5283ba Color Hex

#5283BA
(82,131,186)
0 Favorites   0 Comments

Color spaces of #5283ba

RGB 82131186
HSL0.590.430.53
HSV212°56°73°
CMYK 0.560.300.00   0.27
XYZ20.458921.571649.5398
Yxy21.57160.22340.2356
Hunter Lab46.4452-2.6508-30.7287
CIE-Lab53.5695-0.2159-33.8780

#5283ba color RGB value is (82,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 10111010
Octal 122 203 272
Decimal 82 131 186
Hex 52 83 BA

RGB Percentages of Color #5283ba

%20.55
%32.83
%46.62

CMYK Percentages of Color #5283ba

%56
%30
%0
%27

Triadic Colors of #5283ba

#5283ba #ba5283 #83ba52

Analogous Colors of #5283ba

#5283ba #5552ba #52b7ba

Monochromatic Colors of #5283ba

#5283ba

Complementary Color

#5283ba #ba8952

#5283ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5283ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5283ba Color CSS Codes

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

#5283ba Text Font Color

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

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


#5283ba Background Color

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

This div background color is #5283ba


#5283ba Border Color

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

This div border color is #5283ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5283ba


Comments

No comments written yet.

Please login to write comment.