Color Hex Logo

#525fdb Color Hex

#525FDB
(82,95,219)
0 Favorites   0 Comments

Color spaces of #525fdb

RGB 8295219
HSL0.650.660.59
HSV234°63°86°
CMYK 0.630.570.00   0.14
XYZ20.358115.092768.8580
Yxy15.09270.19520.1447
Hunter Lab38.849325.5525-77.8933
CIE-Lab45.760932.9488-65.1858

#525fdb color RGB value is (82,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011111 11011011
Octal 122 137 333
Decimal 82 95 219
Hex 52 5F DB

RGB Percentages of Color #525fdb

%20.71
%23.99
%55.30

CMYK Percentages of Color #525fdb

%63
%57
%0
%14

Triadic Colors of #525fdb

#525fdb #db525f #5fdb52

Analogous Colors of #525fdb

#525fdb #8a52db #52a4db

Monochromatic Colors of #525fdb

#525fdb

Complementary Color

#525fdb #dbce52

#525fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525fdb Color CSS Codes

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

#525fdb Text Font Color

<p style="color:#525fdb">Text here</p>

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


#525fdb Background Color

<div style="background-color:#525fdb">
Div content here</div>

This div background color is #525fdb


#525fdb Border Color

<div style="border:3px solid #525fdb">
Div here</div>

This div border color is #525fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525fdb


Comments

No comments written yet.

Please login to write comment.