Color Hex Logo

#525bea Color Hex

#525BEA
(82,91,234)
0 Favorites   0 Comments

Color spaces of #525bea

RGB 8291234
HSL0.660.780.62
HSV236°65°92°
CMYK 0.650.610.00   0.08
XYZ22.072015.216579.6157
Yxy15.21650.18880.1302
Hunter Lab39.008332.7357-93.7046
CIE-Lab45.929340.3929-73.4066

#525bea color RGB value is (82,91,234).

#525bea hex color red value is 82, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #525bea hue: 0.66 , saturation: 0.78 and the lightness value of 525bea is 0.62.

The process color (four color CMYK) of #525bea color hex is 0.65, 0.61, 0.00, 0.08. Web safe color of #525bea is #6666ff. Color #525bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011011 11101010
Octal 122 133 352
Decimal 82 91 234
Hex 52 5B EA

RGB Percentages of Color #525bea

%20.15
%22.36
%57.49

CMYK Percentages of Color #525bea

%65
%61
%0
%8

Triadic Colors of #525bea

#525bea #ea525b #5bea52

Analogous Colors of #525bea

#525bea #9552ea #52a7ea

Monochromatic Colors of #525bea

#525bea

Complementary Color

#525bea #eae152

#525bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#525bea Color CSS Codes

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

#525bea Text Font Color

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

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


#525bea Background Color

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

This div background color is #525bea


#525bea Border Color

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

This div border color is #525bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525bea


Comments

No comments written yet.

Please login to write comment.