Color Hex Logo

#521dc5 Color Hex

#521DC5
(82,29,197)
0 Favorites   0 Comments

Color spaces of #521dc5

RGB 8229197
HSL0.720.740.44
HSV259°85°77°
CMYK 0.580.850.00   0.23
XYZ13.99716.703853.3796
Yxy6.70380.18890.0905
Hunter Lab25.891751.1870-104.1110
CIE-Lab31.122960.9243-76.4549

#521dc5 color RGB value is (82,29,197).

#521dc5 hex color red value is 82, green value is 29 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #521dc5 hue: 0.72 , saturation: 0.74 and the lightness value of 521dc5 is 0.44.

The process color (four color CMYK) of #521dc5 color hex is 0.58, 0.85, 0.00, 0.23. Web safe color of #521dc5 is #6633cc. Color #521dc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011101 11000101
Octal 122 35 305
Decimal 82 29 197
Hex 52 1D C5

RGB Percentages of Color #521dc5

%26.62
%9.42
%63.96

CMYK Percentages of Color #521dc5

%58
%85
%0
%23

Triadic Colors of #521dc5

#521dc5 #c5521d #1dc552

Analogous Colors of #521dc5

#521dc5 #a61dc5 #1d3cc5

Monochromatic Colors of #521dc5

#521dc5

Complementary Color

#521dc5 #90c51d

#521dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521dc5 Color CSS Codes

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

#521dc5 Text Font Color

<p style="color:#521dc5">Text here</p>

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


#521dc5 Background Color

<div style="background-color:#521dc5">
Div content here</div>

This div background color is #521dc5


#521dc5 Border Color

<div style="border:3px solid #521dc5">
Div here</div>

This div border color is #521dc5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,29,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521dc5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521dc5;
  -webkit-box-shadow: 1px 1px 3px 2px #521dc5;
  box-shadow:         1px 1px 3px 2px #521dc5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521dc5


Comments

No comments written yet.

Please login to write comment.