Color Hex Logo

#524abf Color Hex

#524ABF
(82,74,191)
0 Favorites   0 Comments

Color spaces of #524abf

RGB 8274191
HSL0.680.480.52
HSV244°61°75°
CMYK 0.570.610.00   0.25
XYZ15.332410.453050.4997
Yxy10.45300.20100.1370
Hunter Lab32.331128.0708-69.9765
CIE-Lab38.643536.6505-60.5997

#524abf color RGB value is (82,74,191).

#524abf hex color red value is 82, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #524abf hue: 0.68 , saturation: 0.48 and the lightness value of 524abf is 0.52.

The process color (four color CMYK) of #524abf color hex is 0.57, 0.61, 0.00, 0.25. Web safe color of #524abf is #6633cc. Color #524abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 10111111
Octal 122 112 277
Decimal 82 74 191
Hex 52 4A BF

RGB Percentages of Color #524abf

%23.63
%21.33
%55.04

CMYK Percentages of Color #524abf

%57
%61
%0
%25

Triadic Colors of #524abf

#524abf #bf524a #4abf52

Analogous Colors of #524abf

#524abf #8d4abf #4a7dbf

Monochromatic Colors of #524abf

#524abf

Complementary Color

#524abf #b7bf4a

#524abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#524abf Color CSS Codes

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

#524abf Text Font Color

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

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


#524abf Background Color

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

This div background color is #524abf


#524abf Border Color

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

This div border color is #524abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524abf


Comments

No comments written yet.

Please login to write comment.