Color Hex Logo

#525edb Color Hex

#525EDB
(82,94,219)
0 Favorites   0 Comments

Color spaces of #525edb

RGB 8294219
HSL0.650.660.59
HSV235°63°86°
CMYK 0.630.570.00   0.14
XYZ20.268614.913768.8282
Yxy14.91370.19490.1434
Hunter Lab38.618326.1029-78.6381
CIE-Lab45.515833.5664-65.5837

#525edb color RGB value is (82,94,219).

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

The process color (four color CMYK) of #525edb color hex is 0.63, 0.57, 0.00, 0.14. Web safe color of #525edb is #6666cc. Color #525edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011110 11011011
Octal 122 136 333
Decimal 82 94 219
Hex 52 5E DB

RGB Percentages of Color #525edb

%20.76
%23.80
%55.44

CMYK Percentages of Color #525edb

%63
%57
%0
%14

Triadic Colors of #525edb

#525edb #db525e #5edb52

Analogous Colors of #525edb

#525edb #8b52db #52a3db

Monochromatic Colors of #525edb

#525edb

Complementary Color

#525edb #dbcf52

#525edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525edb Color CSS Codes

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

#525edb Text Font Color

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

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


#525edb Background Color

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

This div background color is #525edb


#525edb Border Color

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

This div border color is #525edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525edb


Comments

No comments written yet.

Please login to write comment.