Color Hex Logo

#5202bd Color Hex

#5202BD
(82,2,189)
1 Favorites   0 Comments

Color spaces of #5202bd

RGB 822189
HSL0.740.980.37
HSV266°99°74°
CMYK 0.570.990.00   0.26
XYZ12.68675.511448.5393
Yxy5.51140.19010.0826
Hunter Lab23.476455.3783-106.1534
CIE-Lab28.144765.2500-76.6712

#5202bd color RGB value is (82,2,189).

#5202bd hex color red value is 82, green value is 2 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5202bd hue: 0.74 , saturation: 0.98 and the lightness value of 5202bd is 0.37.

The process color (four color CMYK) of #5202bd color hex is 0.57, 0.99, 0.00, 0.26. Web safe color of #5202bd is #6600cc. Color #5202bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 10111101
Octal 122 2 275
Decimal 82 2 189
Hex 52 2 BD

RGB Percentages of Color #5202bd

%30.04
%0.73
%69.23

CMYK Percentages of Color #5202bd

%57
%99
%0
%26

Triadic Colors of #5202bd

#5202bd #bd5202 #02bd52

Analogous Colors of #5202bd

#5202bd #b002bd #0210bd

Monochromatic Colors of #5202bd

#5202bd

Complementary Color

#5202bd #6dbd02

#5202bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5202bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5202bd Color CSS Codes

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

#5202bd Text Font Color

<p style="color:#5202bd">Text here</p>

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


#5202bd Background Color

<div style="background-color:#5202bd">
Div content here</div>

This div background color is #5202bd


#5202bd Border Color

<div style="border:3px solid #5202bd">
Div here</div>

This div border color is #5202bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,2,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5202bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5202bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5202bd;
  box-shadow:         1px 1px 3px 2px #5202bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5202bd

#5202bd Color Palettes


Comments

No comments written yet.

Please login to write comment.