Color Hex Logo

#523adc Color Hex

#523ADC
(82,58,220)
0 Favorites   0 Comments

Color spaces of #523adc

RGB 8258220
HSL0.690.700.55
HSV249°74°86°
CMYK 0.630.740.00   0.14
XYZ17.91109.987368.6939
Yxy9.98730.18540.1034
Hunter Lab31.602745.8612-106.7552
CIE-Lab37.819654.6767-78.7412

#523adc color RGB value is (82,58,220).

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

The process color (four color CMYK) of #523adc color hex is 0.63, 0.74, 0.00, 0.14. Web safe color of #523adc is #6633cc. Color #523adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111010 11011100
Octal 122 72 334
Decimal 82 58 220
Hex 52 3A DC

RGB Percentages of Color #523adc

%22.78
%16.11
%61.11

CMYK Percentages of Color #523adc

%63
%74
%0
%14

Triadic Colors of #523adc

#523adc #dc523a #3adc52

Analogous Colors of #523adc

#523adc #a33adc #3a73dc

Monochromatic Colors of #523adc

#523adc

Complementary Color

#523adc #c4dc3a

#523adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523adc Color CSS Codes

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

#523adc Text Font Color

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

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


#523adc Background Color

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

This div background color is #523adc


#523adc Border Color

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

This div border color is #523adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523adc


Comments

No comments written yet.

Please login to write comment.