Color Hex Logo

#525dbb Color Hex

#525DBB
(82,93,187)
0 Favorites   0 Comments

Color spaces of #525dbb

RGB 8293187
HSL0.650.440.53
HSV234°56°73°
CMYK 0.560.500.00   0.27
XYZ16.363713.210448.7011
Yxy13.21040.20910.1688
Hunter Lab36.346116.7583-54.0019
CIE-Lab43.078623.5044-51.0928

#525dbb color RGB value is (82,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 10111011
Octal 122 135 273
Decimal 82 93 187
Hex 52 5D BB

RGB Percentages of Color #525dbb

%22.65
%25.69
%51.66

CMYK Percentages of Color #525dbb

%56
%50
%0
%27

Triadic Colors of #525dbb

#525dbb #bb525d #5dbb52

Analogous Colors of #525dbb

#525dbb #7c52bb #5292bb

Monochromatic Colors of #525dbb

#525dbb

Complementary Color

#525dbb #bbb052

#525dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dbb Color CSS Codes

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

#525dbb Text Font Color

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

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


#525dbb Background Color

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

This div background color is #525dbb


#525dbb Border Color

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

This div border color is #525dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dbb


Comments

No comments written yet.

Please login to write comment.