Color Hex Logo

#523acd Color Hex

#523ACD
(82,58,205)
0 Favorites   0 Comments

Color spaces of #523acd

RGB 8258205
HSL0.690.600.52
HSV250°72°80°
CMYK 0.600.720.00   0.20
XYZ16.01229.227758.6948
Yxy9.22770.19080.1099
Hunter Lab30.377140.9298-93.2964
CIE-Lab36.419050.2032-72.3931

#523acd color RGB value is (82,58,205).

#523acd hex color red value is 82, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #523acd hue: 0.69 , saturation: 0.60 and the lightness value of 523acd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111010 11001101
Octal 122 72 315
Decimal 82 58 205
Hex 52 3A CD

RGB Percentages of Color #523acd

%23.77
%16.81
%59.42

CMYK Percentages of Color #523acd

%60
%72
%0
%20

Triadic Colors of #523acd

#523acd #cd523a #3acd52

Analogous Colors of #523acd

#523acd #9c3acd #3a6ccd

Monochromatic Colors of #523acd

#523acd

Complementary Color

#523acd #b5cd3a

#523acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#523acd Color CSS Codes

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

#523acd Text Font Color

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

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


#523acd Background Color

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

This div background color is #523acd


#523acd Border Color

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

This div border color is #523acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523acd


Comments

No comments written yet.

Please login to write comment.