Color Hex Logo

#527dcb Color Hex

#527DCB
(82,125,203)
0 Favorites   0 Comments

Color spaces of #527dcb

RGB 82125203
HSL0.610.540.56
HSV219°60°80°
CMYK 0.600.380.00   0.20
XYZ21.592820.772959.3714
Yxy20.77290.21220.2042
Hunter Lab45.57734.8063-45.3302
CIE-Lab52.70008.9683-44.9455

#527dcb color RGB value is (82,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11001011
Octal 122 175 313
Decimal 82 125 203
Hex 52 7D CB

RGB Percentages of Color #527dcb

%20.00
%30.49
%49.51

CMYK Percentages of Color #527dcb

%60
%38
%0
%20

Triadic Colors of #527dcb

#527dcb #cb527d #7dcb52

Analogous Colors of #527dcb

#527dcb #6452cb #52bacb

Monochromatic Colors of #527dcb

#527dcb

Complementary Color

#527dcb #cba052

#527dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dcb Color CSS Codes

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

#527dcb Text Font Color

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

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


#527dcb Background Color

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

This div background color is #527dcb


#527dcb Border Color

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

This div border color is #527dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dcb


Comments

No comments written yet.

Please login to write comment.