Color Hex Logo

#525afb Color Hex

#525AFB
(82,90,251)
0 Favorites   0 Comments

Color spaces of #525afb

RGB 8290251
HSL0.660.950.65
HSV237°67°98°
CMYK 0.670.640.00   0.02
XYZ24.548416.071293.0750
Yxy16.07120.18360.1202
Hunter Lab40.088939.1487-109.5922
CIE-Lab47.067846.5747-81.0733

#525afb color RGB value is (82,90,251).

#525afb hex color red value is 82, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #525afb hue: 0.66 , saturation: 0.95 and the lightness value of 525afb is 0.65.

The process color (four color CMYK) of #525afb color hex is 0.67, 0.64, 0.00, 0.02. Web safe color of #525afb is #6666ff. Color #525afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11111011
Octal 122 132 373
Decimal 82 90 251
Hex 52 5A FB

RGB Percentages of Color #525afb

%19.39
%21.28
%59.34

CMYK Percentages of Color #525afb

%67
%64
%0
%2

Triadic Colors of #525afb

#525afb #fb525a #5afb52

Analogous Colors of #525afb

#525afb #9f52fb #52affb

Monochromatic Colors of #525afb

#525afb

Complementary Color

#525afb #fbf352

#525afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525afb Color CSS Codes

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

#525afb Text Font Color

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

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


#525afb Background Color

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

This div background color is #525afb


#525afb Border Color

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

This div border color is #525afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525afb


Comments

No comments written yet.

Please login to write comment.