Color Hex Logo

#524afd Color Hex

#524AFD
(82,74,253)
0 Favorites   0 Comments

Color spaces of #524afd

RGB 8274253
HSL0.670.980.64
HSV243°71°99°
CMYK 0.680.710.00   0.01
XYZ23.658113.783294.3420
Yxy13.78320.17950.1046
Hunter Lab37.125748.7778-124.6767
CIE-Lab43.920456.2440-87.3572

#524afd color RGB value is (82,74,253).

#524afd hex color red value is 82, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #524afd hue: 0.67 , saturation: 0.98 and the lightness value of 524afd is 0.64.

The process color (four color CMYK) of #524afd color hex is 0.68, 0.71, 0.00, 0.01. Web safe color of #524afd is #6633ff. Color #524afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 11111101
Octal 122 112 375
Decimal 82 74 253
Hex 52 4A FD

RGB Percentages of Color #524afd

%20.05
%18.09
%61.86

CMYK Percentages of Color #524afd

%68
%71
%0
%1

Triadic Colors of #524afd

#524afd #fd524a #4afd52

Analogous Colors of #524afd

#524afd #ac4afd #4a9cfd

Monochromatic Colors of #524afd

#524afd

Complementary Color

#524afd #f5fd4a

#524afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#524afd Color CSS Codes

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

#524afd Text Font Color

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

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


#524afd Background Color

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

This div background color is #524afd


#524afd Border Color

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

This div border color is #524afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524afd


Comments

No comments written yet.

Please login to write comment.