Color Hex Logo

#527bdc Color Hex

#527BDC
(82,123,220)
0 Favorites   0 Comments

Color spaces of #527bdc

RGB 82123220
HSL0.620.660.59
HSV222°63°86°
CMYK 0.630.440.00   0.14
XYZ23.480921.127170.5505
Yxy21.12710.20390.1835
Hunter Lab45.964210.7496-58.8293
CIE-Lab53.088315.9399-53.9475

#527bdc color RGB value is (82,123,220).

#527bdc hex color red value is 82, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #527bdc hue: 0.62 , saturation: 0.66 and the lightness value of 527bdc is 0.59.

The process color (four color CMYK) of #527bdc color hex is 0.63, 0.44, 0.00, 0.14. Web safe color of #527bdc is #6666cc. Color #527bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111011 11011100
Octal 122 173 334
Decimal 82 123 220
Hex 52 7B DC

RGB Percentages of Color #527bdc

%19.29
%28.94
%51.76

CMYK Percentages of Color #527bdc

%63
%44
%0
%14

Triadic Colors of #527bdc

#527bdc #dc527b #7bdc52

Analogous Colors of #527bdc

#527bdc #6e52dc #52c0dc

Monochromatic Colors of #527bdc

#527bdc

Complementary Color

#527bdc #dcb352

#527bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#527bdc Color CSS Codes

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

#527bdc Text Font Color

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

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


#527bdc Background Color

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

This div background color is #527bdc


#527bdc Border Color

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

This div border color is #527bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527bdc


Comments

No comments written yet.

Please login to write comment.