Color Hex Logo

#5277cd Color Hex

#5277CD
(82,119,205)
0 Favorites   0 Comments

Color spaces of #5277cd

RGB 82119205
HSL0.620.550.56
HSV222°60°80°
CMYK 0.600.420.00   0.20
XYZ21.095919.395360.3894
Yxy19.39530.20910.1923
Hunter Lab44.04018.4341-50.4726
CIE-Lab51.146513.3061-48.5526

#5277cd color RGB value is (82,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110111 11001101
Octal 122 167 315
Decimal 82 119 205
Hex 52 77 CD

RGB Percentages of Color #5277cd

%20.20
%29.31
%50.49

CMYK Percentages of Color #5277cd

%60
%42
%0
%20

Triadic Colors of #5277cd

#5277cd #cd5277 #77cd52

Analogous Colors of #5277cd

#5277cd #6b52cd #52b5cd

Monochromatic Colors of #5277cd

#5277cd

Complementary Color

#5277cd #cda852

#5277cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5277cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5277cd Color CSS Codes

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

#5277cd Text Font Color

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

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


#5277cd Background Color

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

This div background color is #5277cd


#5277cd Border Color

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

This div border color is #5277cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5277cd


Comments

No comments written yet.

Please login to write comment.