Color Hex Logo

#523ecd Color Hex

#523ECD
(82,62,205)
0 Favorites   0 Comments

Color spaces of #523ecd

RGB 8262205
HSL0.690.590.52
HSV248°70°80°
CMYK 0.600.700.00   0.20
XYZ16.22179.646958.7647
Yxy9.64690.19170.1140
Hunter Lab31.059538.8727-90.4354
CIE-Lab37.201148.0314-71.1094

#523ecd color RGB value is (82,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 11001101
Octal 122 76 315
Decimal 82 62 205
Hex 52 3E CD

RGB Percentages of Color #523ecd

%23.50
%17.77
%58.74

CMYK Percentages of Color #523ecd

%60
%70
%0
%20

Triadic Colors of #523ecd

#523ecd #cd523e #3ecd52

Analogous Colors of #523ecd

#523ecd #9a3ecd #3e72cd

Monochromatic Colors of #523ecd

#523ecd

Complementary Color

#523ecd #b9cd3e

#523ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ecd Color CSS Codes

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

#523ecd Text Font Color

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

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


#523ecd Background Color

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

This div background color is #523ecd


#523ecd Border Color

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

This div border color is #523ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ecd


Comments

No comments written yet.

Please login to write comment.