Color Hex Logo

#5212ad Color Hex

#5212AD
(82,18,173)
0 Favorites   0 Comments

Color spaces of #5212ad

RGB 8218173
HSL0.740.810.37
HSV265°90°68°
CMYK 0.530.900.00   0.32
XYZ11.23885.243639.9549
Yxy5.24360.19910.0929
Hunter Lab22.898947.5348-87.4222
CIE-Lab27.417858.2671-68.3275

#5212ad color RGB value is (82,18,173).

#5212ad hex color red value is 82, green value is 18 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5212ad hue: 0.74 , saturation: 0.81 and the lightness value of 5212ad is 0.37.

The process color (four color CMYK) of #5212ad color hex is 0.53, 0.90, 0.00, 0.32. Web safe color of #5212ad is #660099. Color #5212ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010010 10101101
Octal 122 22 255
Decimal 82 18 173
Hex 52 12 AD

RGB Percentages of Color #5212ad

%30.04
%6.59
%63.37

CMYK Percentages of Color #5212ad

%53
%90
%0
%32

Triadic Colors of #5212ad

#5212ad #ad5212 #12ad52

Analogous Colors of #5212ad

#5212ad #a012ad #121fad

Monochromatic Colors of #5212ad

#5212ad

Complementary Color

#5212ad #6dad12

#5212ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5212ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5212ad Color CSS Codes

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

#5212ad Text Font Color

<p style="color:#5212ad">Text here</p>

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


#5212ad Background Color

<div style="background-color:#5212ad">
Div content here</div>

This div background color is #5212ad


#5212ad Border Color

<div style="border:3px solid #5212ad">
Div here</div>

This div border color is #5212ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5212ad


Comments

No comments written yet.

Please login to write comment.