Color Hex Logo

#526fdc Color Hex

#526FDC
(82,111,220)
0 Favorites   0 Comments

Color spaces of #526fdc

RGB 82111220
HSL0.630.660.59
HSV227°63°86°
CMYK 0.630.500.00   0.14
XYZ22.082418.330070.0843
Yxy18.33000.19980.1659
Hunter Lab42.813517.1431-67.0862
CIE-Lab49.893923.3523-59.0730

#526fdc color RGB value is (82,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 11011100
Octal 122 157 334
Decimal 82 111 220
Hex 52 6F DC

RGB Percentages of Color #526fdc

%19.85
%26.88
%53.27

CMYK Percentages of Color #526fdc

%63
%50
%0
%14

Triadic Colors of #526fdc

#526fdc #dc526f #6fdc52

Analogous Colors of #526fdc

#526fdc #7a52dc #52b4dc

Monochromatic Colors of #526fdc

#526fdc

Complementary Color

#526fdc #dcbf52

#526fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#526fdc Color CSS Codes

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

#526fdc Text Font Color

<p style="color:#526fdc">Text here</p>

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


#526fdc Background Color

<div style="background-color:#526fdc">
Div content here</div>

This div background color is #526fdc


#526fdc Border Color

<div style="border:3px solid #526fdc">
Div here</div>

This div border color is #526fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526fdc


Comments

No comments written yet.

Please login to write comment.