Color Hex Logo

#525dba Color Hex

#525DBA
(82,93,186)
0 Favorites   0 Comments

Color spaces of #525dba

RGB 8293186
HSL0.650.430.53
HSV234°56°73°
CMYK 0.560.500.00   0.27
XYZ16.257013.167748.1392
Yxy13.16770.20960.1698
Hunter Lab36.287316.4665-53.2537
CIE-Lab43.014823.1732-50.6121

#525dba color RGB value is (82,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 10111010
Octal 122 135 272
Decimal 82 93 186
Hex 52 5D BA

RGB Percentages of Color #525dba

%22.71
%25.76
%51.52

CMYK Percentages of Color #525dba

%56
%50
%0
%27

Triadic Colors of #525dba

#525dba #ba525d #5dba52

Analogous Colors of #525dba

#525dba #7b52ba #5291ba

Monochromatic Colors of #525dba

#525dba

Complementary Color

#525dba #baaf52

#525dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dba Color CSS Codes

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

#525dba Text Font Color

<p style="color:#525dba">Text here</p>

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


#525dba Background Color

<div style="background-color:#525dba">
Div content here</div>

This div background color is #525dba


#525dba Border Color

<div style="border:3px solid #525dba">
Div here</div>

This div border color is #525dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dba


Comments

No comments written yet.

Please login to write comment.