Color Hex Logo

#5282cd Color Hex

#5282CD
(82,130,205)
0 Favorites   0 Comments

Color spaces of #5282cd

RGB 82130205
HSL0.600.550.56
HSV217°60°80°
CMYK 0.600.370.00   0.20
XYZ22.481822.166960.8513
Yxy22.16690.21310.2101
Hunter Lab47.08172.8417-43.6728
CIE-Lab54.20366.6181-43.6996

#5282cd color RGB value is (82,130,205).

#5282cd hex color red value is 82, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5282cd hue: 0.60 , saturation: 0.55 and the lightness value of 5282cd is 0.56.

The process color (four color CMYK) of #5282cd color hex is 0.60, 0.37, 0.00, 0.20. Web safe color of #5282cd is #6699cc. Color #5282cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000010 11001101
Octal 122 202 315
Decimal 82 130 205
Hex 52 82 CD

RGB Percentages of Color #5282cd

%19.66
%31.18
%49.16

CMYK Percentages of Color #5282cd

%60
%37
%0
%20

Triadic Colors of #5282cd

#5282cd #cd5282 #82cd52

Analogous Colors of #5282cd

#5282cd #6052cd #52c0cd

Monochromatic Colors of #5282cd

#5282cd

Complementary Color

#5282cd #cd9d52

#5282cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5282cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5282cd Color CSS Codes

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

#5282cd Text Font Color

<p style="color:#5282cd">Text here</p>

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


#5282cd Background Color

<div style="background-color:#5282cd">
Div content here</div>

This div background color is #5282cd


#5282cd Border Color

<div style="border:3px solid #5282cd">
Div here</div>

This div border color is #5282cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,130,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5282cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5282cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5282cd;
  box-shadow:         1px 1px 3px 2px #5282cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5282cd


Comments

No comments written yet.

Please login to write comment.