Color Hex Logo

#523ced Color Hex

#523CED
(82,60,237)
0 Favorites   0 Comments

Color spaces of #523ced

RGB 8260237
HSL0.690.830.58
HSV247°75°93°
CMYK 0.650.750.00   0.07
XYZ20.381611.140081.1968
Yxy11.14000.18080.0988
Hunter Lab33.376650.5927-120.8737
CIE-Lab39.815358.6916-85.1329

#523ced color RGB value is (82,60,237).

#523ced hex color red value is 82, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #523ced hue: 0.69 , saturation: 0.83 and the lightness value of 523ced is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11101101
Octal 122 74 355
Decimal 82 60 237
Hex 52 3C ED

RGB Percentages of Color #523ced

%21.64
%15.83
%62.53

CMYK Percentages of Color #523ced

%65
%75
%0
%7

Triadic Colors of #523ced

#523ced #ed523c #3ced52

Analogous Colors of #523ced

#523ced #ab3ced #3c7fed

Monochromatic Colors of #523ced

#523ced

Complementary Color

#523ced #d7ed3c

#523ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ced Color CSS Codes

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

#523ced Text Font Color

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

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


#523ced Background Color

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

This div background color is #523ced


#523ced Border Color

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

This div border color is #523ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ced


Comments

No comments written yet.

Please login to write comment.