Color Hex Logo

#525dbc Color Hex

#525DBC
(82,93,188)
0 Favorites   0 Comments

Color spaces of #525dbc

RGB 8293188
HSL0.650.440.53
HSV234°56°74°
CMYK 0.560.510.00   0.26
XYZ16.471113.253449.2670
Yxy13.25340.20850.1678
Hunter Lab36.405217.0510-54.7532
CIE-Lab43.142623.8356-51.5725

#525dbc color RGB value is (82,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 10111100
Octal 122 135 274
Decimal 82 93 188
Hex 52 5D BC

RGB Percentages of Color #525dbc

%22.59
%25.62
%51.79

CMYK Percentages of Color #525dbc

%56
%51
%0
%26

Triadic Colors of #525dbc

#525dbc #bc525d #5dbc52

Analogous Colors of #525dbc

#525dbc #7c52bc #5292bc

Monochromatic Colors of #525dbc

#525dbc

Complementary Color

#525dbc #bcb152

#525dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dbc Color CSS Codes

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

#525dbc Text Font Color

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

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


#525dbc Background Color

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

This div background color is #525dbc


#525dbc Border Color

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

This div border color is #525dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dbc


Comments

No comments written yet.

Please login to write comment.