Color Hex Logo

#525fbb Color Hex

#525FBB
(82,95,187)
0 Favorites   0 Comments

Color spaces of #525fbb

RGB 8295187
HSL0.650.440.53
HSV233°56°73°
CMYK 0.560.490.00   0.27
XYZ16.541513.566148.7604
Yxy13.56610.20970.1720
Hunter Lab36.832215.7088-52.7087
CIE-Lab43.604122.2429-50.2487

#525fbb color RGB value is (82,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 10111011
Octal 122 137 273
Decimal 82 95 187
Hex 52 5F BB

RGB Percentages of Color #525fbb

%22.53
%26.10
%51.37

CMYK Percentages of Color #525fbb

%56
%49
%0
%27

Triadic Colors of #525fbb

#525fbb #bb525f #5fbb52

Analogous Colors of #525fbb

#525fbb #7a52bb #5294bb

Monochromatic Colors of #525fbb

#525fbb

Complementary Color

#525fbb #bbae52

#525fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525fbb Color CSS Codes

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

#525fbb Text Font Color

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

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


#525fbb Background Color

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

This div background color is #525fbb


#525fbb Border Color

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

This div border color is #525fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525fbb


Comments

No comments written yet.

Please login to write comment.