Color Hex Logo

#527aba Color Hex

#527ABA
(82,122,186)
0 Favorites   0 Comments

Color spaces of #527aba

RGB 82122186
HSL0.600.430.53
HSV217°56°73°
CMYK 0.560.340.00   0.27
XYZ19.302119.258149.1542
Yxy19.25810.22010.2196
Hunter Lab43.88411.7149-35.6915
CIE-Lab50.98785.1543-37.9290

#527aba color RGB value is (82,122,186).

#527aba hex color red value is 82, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #527aba hue: 0.60 , saturation: 0.43 and the lightness value of 527aba is 0.53.

The process color (four color CMYK) of #527aba color hex is 0.56, 0.34, 0.00, 0.27. Web safe color of #527aba is #6666cc. Color #527aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111010 10111010
Octal 122 172 272
Decimal 82 122 186
Hex 52 7A BA

RGB Percentages of Color #527aba

%21.03
%31.28
%47.69

CMYK Percentages of Color #527aba

%56
%34
%0
%27

Triadic Colors of #527aba

#527aba #ba527a #7aba52

Analogous Colors of #527aba

#527aba #5e52ba #52aeba

Monochromatic Colors of #527aba

#527aba

Complementary Color

#527aba #ba9252

#527aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#527aba Color CSS Codes

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

#527aba Text Font Color

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

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


#527aba Background Color

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

This div background color is #527aba


#527aba Border Color

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

This div border color is #527aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,122,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527aba;
  -webkit-box-shadow: 1px 1px 3px 2px #527aba;
  box-shadow:         1px 1px 3px 2px #527aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527aba


Comments

No comments written yet.

Please login to write comment.