Color Hex Logo

#521bdd Color Hex

#521BDD
(82,27,221)
0 Favorites   0 Comments

Color spaces of #521bdd

RGB 8227221
HSL0.710.780.49
HSV257°88°87°
CMYK 0.630.880.00   0.13
XYZ16.92287.798269.0199
Yxy7.79820.18050.0832
Hunter Lab27.925359.3024-126.9931
CIE-Lab33.559067.6694-86.3580

#521bdd color RGB value is (82,27,221).

#521bdd hex color red value is 82, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #521bdd hue: 0.71 , saturation: 0.78 and the lightness value of 521bdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011011 11011101
Octal 122 33 335
Decimal 82 27 221
Hex 52 1B DD

RGB Percentages of Color #521bdd

%24.85
%8.18
%66.97

CMYK Percentages of Color #521bdd

%63
%88
%0
%13

Triadic Colors of #521bdd

#521bdd #dd521b #1bdd52

Analogous Colors of #521bdd

#521bdd #b31bdd #1b45dd

Monochromatic Colors of #521bdd

#521bdd

Complementary Color

#521bdd #a6dd1b

#521bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#521bdd Color CSS Codes

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

#521bdd Text Font Color

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

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


#521bdd Background Color

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

This div background color is #521bdd


#521bdd Border Color

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

This div border color is #521bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521bdd


Comments

No comments written yet.

Please login to write comment.