Color Hex Logo

#526cbb Color Hex

#526CBB
(82,108,187)
0 Favorites   0 Comments

Color spaces of #526cbb

RGB 82108187
HSL0.630.440.53
HSV225°56°73°
CMYK 0.560.420.00   0.27
XYZ17.811916.106849.1838
Yxy16.10680.21430.1938
Hunter Lab40.13338.9884-44.5673
CIE-Lab47.114314.0838-44.6383

#526cbb color RGB value is (82,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101100 10111011
Octal 122 154 273
Decimal 82 108 187
Hex 52 6C BB

RGB Percentages of Color #526cbb

%21.75
%28.65
%49.60

CMYK Percentages of Color #526cbb

%56
%42
%0
%27

Triadic Colors of #526cbb

#526cbb #bb526c #6cbb52

Analogous Colors of #526cbb

#526cbb #6d52bb #52a1bb

Monochromatic Colors of #526cbb

#526cbb

Complementary Color

#526cbb #bba152

#526cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526cbb Color CSS Codes

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

#526cbb Text Font Color

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

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


#526cbb Background Color

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

This div background color is #526cbb


#526cbb Border Color

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

This div border color is #526cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526cbb


Comments

No comments written yet.

Please login to write comment.