Color Hex Logo

#521bcd Color Hex

#521BCD
(82,27,205)
0 Favorites   0 Comments

Color spaces of #521bcd

RGB 8227205
HSL0.720.770.45
HSV259°87°80°
CMYK 0.600.870.00   0.20
XYZ14.89116.985558.3211
Yxy6.98550.18570.0871
Hunter Lab26.430154.3168-112.3293
CIE-Lab31.773963.6241-80.0559

#521bcd color RGB value is (82,27,205).

#521bcd hex color red value is 82, green value is 27 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #521bcd hue: 0.72 , saturation: 0.77 and the lightness value of 521bcd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011011 11001101
Octal 122 33 315
Decimal 82 27 205
Hex 52 1B CD

RGB Percentages of Color #521bcd

%26.11
%8.60
%65.29

CMYK Percentages of Color #521bcd

%60
%87
%0
%20

Triadic Colors of #521bcd

#521bcd #cd521b #1bcd52

Analogous Colors of #521bcd

#521bcd #ab1bcd #1b3dcd

Monochromatic Colors of #521bcd

#521bcd

Complementary Color

#521bcd #96cd1b

#521bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#521bcd Color CSS Codes

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

#521bcd Text Font Color

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

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


#521bcd Background Color

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

This div background color is #521bcd


#521bcd Border Color

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

This div border color is #521bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521bcd


Comments

No comments written yet.

Please login to write comment.