Color Hex Logo

#524ddb Color Hex

#524DDB
(82,77,219)
0 Favorites   0 Comments

Color spaces of #524ddb

RGB 8277219
HSL0.670.660.58
HSV242°65°86°
CMYK 0.630.650.00   0.14
XYZ18.919712.216168.3786
Yxy12.21610.19010.1228
Hunter Lab34.951535.4591-91.5279
CIE-Lab41.557543.8483-72.0337

#524ddb color RGB value is (82,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001101 11011011
Octal 122 115 333
Decimal 82 77 219
Hex 52 4D DB

RGB Percentages of Color #524ddb

%21.69
%20.37
%57.94

CMYK Percentages of Color #524ddb

%63
%65
%0
%14

Triadic Colors of #524ddb

#524ddb #db524d #4ddb52

Analogous Colors of #524ddb

#524ddb #994ddb #4d8fdb

Monochromatic Colors of #524ddb

#524ddb

Complementary Color

#524ddb #d6db4d

#524ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#524ddb Color CSS Codes

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

#524ddb Text Font Color

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

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


#524ddb Background Color

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

This div background color is #524ddb


#524ddb Border Color

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

This div border color is #524ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524ddb


Comments

No comments written yet.

Please login to write comment.