Color Hex Logo

#5229cc Color Hex

#5229CC
(82,41,204)
0 Favorites   0 Comments

Color spaces of #5229cc

RGB 8241204
HSL0.710.670.48
HSV255°80°80°
CMYK 0.600.800.00   0.20
XYZ15.17177.739357.8209
Yxy7.73930.18790.0959
Hunter Lab27.819648.6625-103.7560
CIE-Lab33.433958.1512-76.7280

#5229cc color RGB value is (82,41,204).

#5229cc hex color red value is 82, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5229cc hue: 0.71 , saturation: 0.67 and the lightness value of 5229cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 11001100
Octal 122 51 314
Decimal 82 41 204
Hex 52 29 CC

RGB Percentages of Color #5229cc

%25.08
%12.54
%62.39

CMYK Percentages of Color #5229cc

%60
%80
%0
%20

Triadic Colors of #5229cc

#5229cc #cc5229 #29cc52

Analogous Colors of #5229cc

#5229cc #a429cc #2952cc

Monochromatic Colors of #5229cc

#5229cc

Complementary Color

#5229cc #a3cc29

#5229cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5229cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5229cc Color CSS Codes

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

#5229cc Text Font Color

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

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


#5229cc Background Color

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

This div background color is #5229cc


#5229cc Border Color

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

This div border color is #5229cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5229cc


Comments

No comments written yet.

Please login to write comment.