Color Hex Logo

#525dcb Color Hex

#525DCB
(82,93,203)
0 Favorites   0 Comments

Color spaces of #525dcb

RGB 8293203
HSL0.650.540.56
HSV235°60°80°
CMYK 0.600.540.00   0.20
XYZ18.173513.934358.2317
Yxy13.93430.20120.1542
Hunter Lab37.328721.5777-66.3607
CIE-Lab44.138628.8335-58.6544

#525dcb color RGB value is (82,93,203).

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

The process color (four color CMYK) of #525dcb color hex is 0.60, 0.54, 0.00, 0.20. Web safe color of #525dcb is #6666cc. Color #525dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 11001011
Octal 122 135 313
Decimal 82 93 203
Hex 52 5D CB

RGB Percentages of Color #525dcb

%21.69
%24.60
%53.70

CMYK Percentages of Color #525dcb

%60
%54
%0
%20

Triadic Colors of #525dcb

#525dcb #cb525d #5dcb52

Analogous Colors of #525dcb

#525dcb #8452cb #529acb

Monochromatic Colors of #525dcb

#525dcb

Complementary Color

#525dcb #cbc052

#525dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dcb Color CSS Codes

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

#525dcb Text Font Color

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

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


#525dcb Background Color

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

This div background color is #525dcb


#525dcb Border Color

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

This div border color is #525dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dcb


Comments

No comments written yet.

Please login to write comment.