Color Hex Logo

#527eba Color Hex

#527EBA
(82,126,186)
0 Favorites   0 Comments

Color spaces of #527eba

RGB 82126186
HSL0.600.430.53
HSV215°56°73°
CMYK 0.560.320.00   0.27
XYZ19.803520.260749.3213
Yxy20.26070.22160.2267
Hunter Lab45.0119-0.2377-33.4581
CIE-Lab52.13072.7512-36.1322

#527eba color RGB value is (82,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 10111010
Octal 122 176 272
Decimal 82 126 186
Hex 52 7E BA

RGB Percentages of Color #527eba

%20.81
%31.98
%47.21

CMYK Percentages of Color #527eba

%56
%32
%0
%27

Triadic Colors of #527eba

#527eba #ba527e #7eba52

Analogous Colors of #527eba

#527eba #5a52ba #52b2ba

Monochromatic Colors of #527eba

#527eba

Complementary Color

#527eba #ba8e52

#527eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#527eba Color CSS Codes

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

#527eba Text Font Color

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

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


#527eba Background Color

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

This div background color is #527eba


#527eba Border Color

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

This div border color is #527eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527eba


Comments

No comments written yet.

Please login to write comment.