Color Hex Logo

#527680 Color Hex

#527680
(82,118,128)
0 Favorites   0 Comments

Color spaces of #527680

RGB 82118128
HSL0.540.220.41
HSV193°36°50°
CMYK 0.360.080.00   0.50
XYZ13.854416.309222.8399
Yxy16.30920.26140.3077
Hunter Lab40.3847-9.4367-5.2627
CIE-Lab47.3776-10.0394-9.5625

#527680 color RGB value is (82,118,128).

#527680 hex color red value is 82, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #527680 hue: 0.54 , saturation: 0.22 and the lightness value of 527680 is 0.41.

The process color (four color CMYK) of #527680 color hex is 0.36, 0.08, 0.00, 0.50. Web safe color of #527680 is #666699. Color #527680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110110 10000000
Octal 122 166 200
Decimal 82 118 128
Hex 52 76 80

RGB Percentages of Color #527680

%25.00
%35.98
%39.02

CMYK Percentages of Color #527680

%36
%8
%0
%50

Triadic Colors of #527680

#527680 #805276 #768052

Analogous Colors of #527680

#527680 #525f80 #528073

Monochromatic Colors of #527680

#527680

Complementary Color

#527680 #805c52

#527680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527680 Color CSS Codes

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

#527680 Text Font Color

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

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


#527680 Background Color

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

This div background color is #527680


#527680 Border Color

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

This div border color is #527680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527680


Comments

No comments written yet.

Please login to write comment.