Color Hex Logo

#526dbb Color Hex

#526DBB
(82,109,187)
0 Favorites   0 Comments

Color spaces of #526dbb

RGB 82109187
HSL0.620.440.53
HSV225°56°73°
CMYK 0.560.420.00   0.27
XYZ17.918016.319049.2192
Yxy16.31900.21470.1955
Hunter Lab40.39688.4793-43.9608
CIE-Lab47.390313.4613-44.1993

#526dbb color RGB value is (82,109,187).

#526dbb hex color red value is 82, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #526dbb hue: 0.62 , saturation: 0.44 and the lightness value of 526dbb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 10111011
Octal 122 155 273
Decimal 82 109 187
Hex 52 6D BB

RGB Percentages of Color #526dbb

%21.69
%28.84
%49.47

CMYK Percentages of Color #526dbb

%56
%42
%0
%27

Triadic Colors of #526dbb

#526dbb #bb526d #6dbb52

Analogous Colors of #526dbb

#526dbb #6c52bb #52a2bb

Monochromatic Colors of #526dbb

#526dbb

Complementary Color

#526dbb #bba052

#526dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dbb Color CSS Codes

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

#526dbb Text Font Color

<p style="color:#526dbb">Text here</p>

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


#526dbb Background Color

<div style="background-color:#526dbb">
Div content here</div>

This div background color is #526dbb


#526dbb Border Color

<div style="border:3px solid #526dbb">
Div here</div>

This div border color is #526dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,109,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #526dbb;
  box-shadow:         1px 1px 3px 2px #526dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,109,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dbb


Comments

No comments written yet.

Please login to write comment.