Color Hex Logo

#521bad Color Hex

#521BAD
(82,27,173)
0 Favorites   0 Comments

Color spaces of #521bad

RGB 8227173
HSL0.730.730.39
HSV263°84°68°
CMYK 0.530.840.00   0.32
XYZ11.41445.594840.0135
Yxy5.59480.20020.0981
Hunter Lab23.653344.7455-83.7415
CIE-Lab28.366355.4504-66.7622

#521bad color RGB value is (82,27,173).

#521bad hex color red value is 82, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #521bad hue: 0.73 , saturation: 0.73 and the lightness value of 521bad is 0.39.

The process color (four color CMYK) of #521bad color hex is 0.53, 0.84, 0.00, 0.32. Web safe color of #521bad is #663399. Color #521bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011011 10101101
Octal 122 33 255
Decimal 82 27 173
Hex 52 1B AD

RGB Percentages of Color #521bad

%29.08
%9.57
%61.35

CMYK Percentages of Color #521bad

%53
%84
%0
%32

Triadic Colors of #521bad

#521bad #ad521b #1bad52

Analogous Colors of #521bad

#521bad #9b1bad #1b2dad

Monochromatic Colors of #521bad

#521bad

Complementary Color

#521bad #76ad1b

#521bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#521bad Color CSS Codes

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

#521bad Text Font Color

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

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


#521bad Background Color

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

This div background color is #521bad


#521bad Border Color

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

This div border color is #521bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521bad


Comments

No comments written yet.

Please login to write comment.