Color Hex Logo

#525ced Color Hex

#525CED
(82,92,237)
0 Favorites   0 Comments

Color spaces of #525ced

RGB 8292237
HSL0.660.810.63
HSV236°65°93°
CMYK 0.650.610.00   0.07
XYZ22.592915.562681.9339
Yxy15.56260.18810.1296
Hunter Lab39.449533.1913-95.5268
CIE-Lab46.395340.7832-74.3352

#525ced color RGB value is (82,92,237).

#525ced hex color red value is 82, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #525ced hue: 0.66 , saturation: 0.81 and the lightness value of 525ced is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011100 11101101
Octal 122 134 355
Decimal 82 92 237
Hex 52 5C ED

RGB Percentages of Color #525ced

%19.95
%22.38
%57.66

CMYK Percentages of Color #525ced

%65
%61
%0
%7

Triadic Colors of #525ced

#525ced #ed525c #5ced52

Analogous Colors of #525ced

#525ced #9652ed #52aaed

Monochromatic Colors of #525ced

#525ced

Complementary Color

#525ced #ede352

#525ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#525ced Color CSS Codes

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

#525ced Text Font Color

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

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


#525ced Background Color

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

This div background color is #525ced


#525ced Border Color

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

This div border color is #525ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525ced


Comments

No comments written yet.

Please login to write comment.