Color Hex Logo

#5225cc Color Hex

#5225CC
(82,37,204)
0 Favorites   0 Comments

Color spaces of #5225cc

RGB 8237204
HSL0.710.690.47
HSV256°82°80°
CMYK 0.600.820.00   0.20
XYZ15.04037.476657.7772
Yxy7.47660.18730.0931
Hunter Lab27.343450.3335-106.1408
CIE-Lab32.868259.8045-77.6627

#5225cc color RGB value is (82,37,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100101 11001100
Octal 122 45 314
Decimal 82 37 204
Hex 52 25 CC

RGB Percentages of Color #5225cc

%25.39
%11.46
%63.16

CMYK Percentages of Color #5225cc

%60
%82
%0
%20

Triadic Colors of #5225cc

#5225cc #cc5225 #25cc52

Analogous Colors of #5225cc

#5225cc #a625cc #254ccc

Monochromatic Colors of #5225cc

#5225cc

Complementary Color

#5225cc #9fcc25

#5225cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5225cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5225cc Color CSS Codes

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

#5225cc Text Font Color

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

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


#5225cc Background Color

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

This div background color is #5225cc


#5225cc Border Color

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

This div border color is #5225cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5225cc


Comments

No comments written yet.

Please login to write comment.