Color Hex Logo

#524bae Color Hex

#524BAE
(82,75,174)
0 Favorites   0 Comments

Color spaces of #524bae

RGB 8275174
HSL0.680.400.49
HSV244°57°68°
CMYK 0.530.570.00   0.32
XYZ13.63579.882041.2331
Yxy9.88200.21060.1526
Hunter Lab31.435622.4148-55.7638
CIE-Lab37.629830.5848-52.2315

#524bae color RGB value is (82,75,174).

#524bae hex color red value is 82, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #524bae hue: 0.68 , saturation: 0.40 and the lightness value of 524bae is 0.49.

The process color (four color CMYK) of #524bae color hex is 0.53, 0.57, 0.00, 0.32. Web safe color of #524bae is #663399. Color #524bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001011 10101110
Octal 122 113 256
Decimal 82 75 174
Hex 52 4B AE

RGB Percentages of Color #524bae

%24.77
%22.66
%52.57

CMYK Percentages of Color #524bae

%53
%57
%0
%32

Triadic Colors of #524bae

#524bae #ae524b #4bae52

Analogous Colors of #524bae

#524bae #844bae #4b76ae

Monochromatic Colors of #524bae

#524bae

Complementary Color

#524bae #a7ae4b

#524bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#524bae Color CSS Codes

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

#524bae Text Font Color

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

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


#524bae Background Color

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

This div background color is #524bae


#524bae Border Color

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

This div border color is #524bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524bae


Comments

No comments written yet.

Please login to write comment.