Color Hex Logo

#526ddd Color Hex

#526DDD
(82,109,221)
0 Favorites   0 Comments

Color spaces of #526ddd

RGB 82109221
HSL0.630.670.59
HSV228°63°87°
CMYK 0.630.510.00   0.13
XYZ21.999517.951670.7121
Yxy17.95160.19880.1622
Hunter Lab42.369318.5365-69.2932
CIE-Lab49.437424.9352-60.3743

#526ddd color RGB value is (82,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11011101
Octal 122 155 335
Decimal 82 109 221
Hex 52 6D DD

RGB Percentages of Color #526ddd

%19.90
%26.46
%53.64

CMYK Percentages of Color #526ddd

%63
%51
%0
%13

Triadic Colors of #526ddd

#526ddd #dd526d #6ddd52

Analogous Colors of #526ddd

#526ddd #7d52dd #52b3dd

Monochromatic Colors of #526ddd

#526ddd

Complementary Color

#526ddd #ddc252

#526ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ddd Color CSS Codes

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

#526ddd Text Font Color

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

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


#526ddd Background Color

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

This div background color is #526ddd


#526ddd Border Color

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

This div border color is #526ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ddd


Comments

No comments written yet.

Please login to write comment.