Color Hex Logo

#527293 Color Hex

#527293
(82,114,147)
0 Favorites   0 Comments

Color spaces of #527293

RGB 82114147
HSL0.580.280.45
HSV210°44°58°
CMYK 0.440.220.00   0.42
XYZ14.763415.935029.9014
Yxy15.93500.24360.2630
Hunter Lab39.9187-3.8418-16.4686
CIE-Lab46.8891-2.3005-21.5697

#527293 color RGB value is (82,114,147).

#527293 hex color red value is 82, green value is 114 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #527293 hue: 0.58 , saturation: 0.28 and the lightness value of 527293 is 0.45.

The process color (four color CMYK) of #527293 color hex is 0.44, 0.22, 0.00, 0.42. Web safe color of #527293 is #666699. Color #527293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 10010011
Octal 122 162 223
Decimal 82 114 147
Hex 52 72 93

RGB Percentages of Color #527293

%23.91
%33.24
%42.86

CMYK Percentages of Color #527293

%44
%22
%0
%42

Triadic Colors of #527293

#527293 #935272 #729352

Analogous Colors of #527293

#527293 #535293 #529393

Monochromatic Colors of #527293

#527293

Complementary Color

#527293 #937352

#527293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#527293 Color CSS Codes

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

#527293 Text Font Color

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

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


#527293 Background Color

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

This div background color is #527293


#527293 Border Color

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

This div border color is #527293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527293


Comments

No comments written yet.

Please login to write comment.