Color Hex Logo

#5212cc Color Hex

#5212CC
(82,18,204)
0 Favorites   0 Comments

Color spaces of #5212cc

RGB 8218204
HSL0.720.840.44
HSV261°91°80°
CMYK 0.600.910.00   0.20
XYZ14.59516.586157.6287
Yxy6.58610.18520.0836
Hunter Lab25.663456.6043-115.1749
CIE-Lab30.845565.8279-81.0113

#5212cc color RGB value is (82,18,204).

#5212cc hex color red value is 82, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5212cc hue: 0.72 , saturation: 0.84 and the lightness value of 5212cc is 0.44.

The process color (four color CMYK) of #5212cc color hex is 0.60, 0.91, 0.00, 0.20. Web safe color of #5212cc is #6600cc. Color #5212cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010010 11001100
Octal 122 22 314
Decimal 82 18 204
Hex 52 12 CC

RGB Percentages of Color #5212cc

%26.97
%5.92
%67.11

CMYK Percentages of Color #5212cc

%60
%91
%0
%20

Triadic Colors of #5212cc

#5212cc #cc5212 #12cc52

Analogous Colors of #5212cc

#5212cc #af12cc #122fcc

Monochromatic Colors of #5212cc

#5212cc

Complementary Color

#5212cc #8ccc12

#5212cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5212cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5212cc Color CSS Codes

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

#5212cc Text Font Color

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

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


#5212cc Background Color

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

This div background color is #5212cc


#5212cc Border Color

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

This div border color is #5212cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5212cc


Comments

No comments written yet.

Please login to write comment.