Color Hex Logo

#525bae Color Hex

#525BAE
(82,91,174)
0 Favorites   0 Comments

Color spaces of #525bae

RGB 8291174
HSL0.650.360.50
HSV234°53°68°
CMYK 0.530.480.00   0.32
XYZ14.860712.332041.6415
Yxy12.33200.21590.1792
Hunter Lab35.116914.0825-45.7239
CIE-Lab41.739020.4874-45.6229

#525bae color RGB value is (82,91,174).

#525bae hex color red value is 82, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #525bae hue: 0.65 , saturation: 0.36 and the lightness value of 525bae is 0.50.

The process color (four color CMYK) of #525bae color hex is 0.53, 0.48, 0.00, 0.32. Web safe color of #525bae is #666699. Color #525bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011011 10101110
Octal 122 133 256
Decimal 82 91 174
Hex 52 5B AE

RGB Percentages of Color #525bae

%23.63
%26.22
%50.14

CMYK Percentages of Color #525bae

%53
%48
%0
%32

Triadic Colors of #525bae

#525bae #ae525b #5bae52

Analogous Colors of #525bae

#525bae #7752ae #5289ae

Monochromatic Colors of #525bae

#525bae

Complementary Color

#525bae #aea552

#525bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#525bae Color CSS Codes

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

#525bae Text Font Color

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

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


#525bae Background Color

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

This div background color is #525bae


#525bae Border Color

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

This div border color is #525bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525bae


Comments

No comments written yet.

Please login to write comment.