Color Hex Logo

#523cdf Color Hex

#523CDF
(82,60,223)
0 Favorites   0 Comments

Color spaces of #523cdf

RGB 8260223
HSL0.690.720.55
HSV248°73°87°
CMYK 0.630.730.00   0.13
XYZ18.414810.353370.8398
Yxy10.35330.18490.1039
Hunter Lab32.176545.8475-108.0091
CIE-Lab38.469254.5397-79.3891

#523cdf color RGB value is (82,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11011111
Octal 122 74 337
Decimal 82 60 223
Hex 52 3C DF

RGB Percentages of Color #523cdf

%22.47
%16.44
%61.10

CMYK Percentages of Color #523cdf

%63
%73
%0
%13

Triadic Colors of #523cdf

#523cdf #df523c #3cdf52

Analogous Colors of #523cdf

#523cdf #a43cdf #3c78df

Monochromatic Colors of #523cdf

#523cdf

Complementary Color

#523cdf #c9df3c

#523cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#523cdf Color CSS Codes

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

#523cdf Text Font Color

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

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


#523cdf Background Color

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

This div background color is #523cdf


#523cdf Border Color

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

This div border color is #523cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523cdf


Comments

No comments written yet.

Please login to write comment.