Color Hex Logo

#526ddb Color Hex

#526DDB
(82,109,219)
0 Favorites   0 Comments

Color spaces of #526ddb

RGB 82109219
HSL0.630.660.59
HSV228°63°86°
CMYK 0.630.500.00   0.14
XYZ21.734517.845669.3168
Yxy17.84560.19960.1639
Hunter Lab42.244117.9109-67.7161
CIE-Lab49.308324.2538-59.4501

#526ddb color RGB value is (82,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11011011
Octal 122 155 333
Decimal 82 109 219
Hex 52 6D DB

RGB Percentages of Color #526ddb

%20.00
%26.59
%53.41

CMYK Percentages of Color #526ddb

%63
%50
%0
%14

Triadic Colors of #526ddb

#526ddb #db526d #6ddb52

Analogous Colors of #526ddb

#526ddb #7c52db #52b2db

Monochromatic Colors of #526ddb

#526ddb

Complementary Color

#526ddb #dbc052

#526ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ddb Color CSS Codes

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

#526ddb Text Font Color

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

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


#526ddb Background Color

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

This div background color is #526ddb


#526ddb Border Color

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

This div border color is #526ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ddb


Comments

No comments written yet.

Please login to write comment.