Color Hex Logo

#526dcc Color Hex

#526DCC
(82,109,204)
0 Favorites   0 Comments

Color spaces of #526dcc

RGB 82109204
HSL0.630.540.56
HSV227°60°80°
CMYK 0.600.470.00   0.20
XYZ19.847417.090859.3795
Yxy17.09080.20610.1774
Hunter Lab41.341013.3492-56.2215
CIE-Lab48.374219.1617-52.4112

#526dcc color RGB value is (82,109,204).

#526dcc hex color red value is 82, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #526dcc hue: 0.63 , saturation: 0.54 and the lightness value of 526dcc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11001100
Octal 122 155 314
Decimal 82 109 204
Hex 52 6D CC

RGB Percentages of Color #526dcc

%20.76
%27.59
%51.65

CMYK Percentages of Color #526dcc

%60
%47
%0
%20

Triadic Colors of #526dcc

#526dcc #cc526d #6dcc52

Analogous Colors of #526dcc

#526dcc #7452cc #52aacc

Monochromatic Colors of #526dcc

#526dcc

Complementary Color

#526dcc #ccb152

#526dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dcc Color CSS Codes

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

#526dcc Text Font Color

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

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


#526dcc Background Color

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

This div background color is #526dcc


#526dcc Border Color

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

This div border color is #526dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dcc


Comments

No comments written yet.

Please login to write comment.