Color Hex Logo

#524efd Color Hex

#524EFD
(82,78,253)
0 Favorites   0 Comments

Color spaces of #524efd

RGB 8278253
HSL0.670.980.65
HSV241°69°99°
CMYK 0.680.690.00   0.01
XYZ23.933714.334594.4339
Yxy14.33450.18040.1080
Hunter Lab37.860946.5817-121.3803
CIE-Lab44.708954.0620-86.0596

#524efd color RGB value is (82,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001110 11111101
Octal 122 116 375
Decimal 82 78 253
Hex 52 4E FD

RGB Percentages of Color #524efd

%19.85
%18.89
%61.26

CMYK Percentages of Color #524efd

%68
%69
%0
%1

Triadic Colors of #524efd

#524efd #fd524e #4efd52

Analogous Colors of #524efd

#524efd #aa4efd #4ea2fd

Monochromatic Colors of #524efd

#524efd

Complementary Color

#524efd #f9fd4e

#524efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#524efd Color CSS Codes

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

#524efd Text Font Color

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

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


#524efd Background Color

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

This div background color is #524efd


#524efd Border Color

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

This div border color is #524efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524efd

#524efd Color Palettes


Comments

No comments written yet.

Please login to write comment.