Color Hex Logo

#526cdb Color Hex

#526CDB
(82,108,219)
0 Favorites   0 Comments

Color spaces of #526cdb

RGB 82108219
HSL0.640.660.59
HSV229°63°86°
CMYK 0.630.510.00   0.14
XYZ21.628417.633469.2815
Yxy17.63340.19930.1625
Hunter Lab41.992118.4517-68.4262
CIE-Lab49.048424.8757-59.8689

#526cdb color RGB value is (82,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101100 11011011
Octal 122 154 333
Decimal 82 108 219
Hex 52 6C DB

RGB Percentages of Color #526cdb

%20.05
%26.41
%53.55

CMYK Percentages of Color #526cdb

%63
%51
%0
%14

Triadic Colors of #526cdb

#526cdb #db526c #6cdb52

Analogous Colors of #526cdb

#526cdb #7d52db #52b1db

Monochromatic Colors of #526cdb

#526cdb

Complementary Color

#526cdb #dbc152

#526cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526cdb Color CSS Codes

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

#526cdb Text Font Color

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

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


#526cdb Background Color

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

This div background color is #526cdb


#526cdb Border Color

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

This div border color is #526cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526cdb


Comments

No comments written yet.

Please login to write comment.