Color Hex Logo

#523cda Color Hex

#523CDA
(82,60,218)
0 Favorites   0 Comments

Color spaces of #523cda

RGB 8260218
HSL0.690.680.55
HSV248°72°85°
CMYK 0.620.720.00   0.15
XYZ17.750410.087567.3412
Yxy10.08750.18650.1060
Hunter Lab31.760844.1781-103.4776
CIE-Lab37.999053.0441-77.2985

#523cda color RGB value is (82,60,218).

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

The process color (four color CMYK) of #523cda color hex is 0.62, 0.72, 0.00, 0.15. Web safe color of #523cda is #6633cc. Color #523cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11011010
Octal 122 74 332
Decimal 82 60 218
Hex 52 3C DA

RGB Percentages of Color #523cda

%22.78
%16.67
%60.56

CMYK Percentages of Color #523cda

%62
%72
%0
%15

Triadic Colors of #523cda

#523cda #da523c #3cda52

Analogous Colors of #523cda

#523cda #a13cda #3c75da

Monochromatic Colors of #523cda

#523cda

Complementary Color

#523cda #c4da3c

#523cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#523cda Color CSS Codes

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

#523cda Text Font Color

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

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


#523cda Background Color

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

This div background color is #523cda


#523cda Border Color

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

This div border color is #523cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523cda


Comments

No comments written yet.

Please login to write comment.