Color Hex Logo

#523cfc Color Hex

#523CFC
(82,60,252)
0 Favorites   0 Comments

Color spaces of #523cfc

RGB 8260252
HSL0.690.970.61
HSV247°76°99°
CMYK 0.670.760.00   0.01
XYZ22.666212.053893.2274
Yxy12.05380.17720.0942
Hunter Lab34.718655.7771-134.9043
CIE-Lab41.301563.0739-91.1187

#523cfc color RGB value is (82,60,252).

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

The process color (four color CMYK) of #523cfc color hex is 0.67, 0.76, 0.00, 0.01. Web safe color of #523cfc is #6633ff. Color #523cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11111100
Octal 122 74 374
Decimal 82 60 252
Hex 52 3C FC

RGB Percentages of Color #523cfc

%20.81
%15.23
%63.96

CMYK Percentages of Color #523cfc

%67
%76
%0
%1

Triadic Colors of #523cfc

#523cfc #fc523c #3cfc52

Analogous Colors of #523cfc

#523cfc #b23cfc #3c86fc

Monochromatic Colors of #523cfc

#523cfc

Complementary Color

#523cfc #e6fc3c

#523cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523cfc Color CSS Codes

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

#523cfc Text Font Color

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

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


#523cfc Background Color

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

This div background color is #523cfc


#523cfc Border Color

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

This div border color is #523cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.