Color Hex Logo

#524fdf Color Hex

#524FDF
(82,79,223)
0 Favorites   0 Comments

Color spaces of #524fdf

RGB 8279223
HSL0.670.690.59
HSV241°65°87°
CMYK 0.630.650.00   0.13
XYZ19.594912.713571.2332
Yxy12.71350.18920.1228
Hunter Lab35.656035.6974-93.4898
CIE-Lab42.328443.9582-73.0556

#524fdf color RGB value is (82,79,223).

#524fdf hex color red value is 82, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #524fdf hue: 0.67 , saturation: 0.69 and the lightness value of 524fdf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001111 11011111
Octal 122 117 337
Decimal 82 79 223
Hex 52 4F DF

RGB Percentages of Color #524fdf

%21.35
%20.57
%58.07

CMYK Percentages of Color #524fdf

%63
%65
%0
%13

Triadic Colors of #524fdf

#524fdf #df524f #4fdf52

Analogous Colors of #524fdf

#524fdf #9a4fdf #4f94df

Monochromatic Colors of #524fdf

#524fdf

Complementary Color

#524fdf #dcdf4f

#524fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#524fdf Color CSS Codes

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

#524fdf Text Font Color

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

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


#524fdf Background Color

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

This div background color is #524fdf


#524fdf Border Color

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

This div border color is #524fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524fdf


Comments

No comments written yet.

Please login to write comment.