Color Hex Logo

#527ace Color Hex

#527ACE
(82,122,206)
0 Favorites   0 Comments

Color spaces of #527ace

RGB 82122206
HSL0.610.560.56
HSV221°60°81°
CMYK 0.600.410.00   0.19
XYZ21.579820.169161.1482
Yxy20.16910.20970.1960
Hunter Lab44.91007.1788-49.2906
CIE-Lab52.027911.8044-47.7184

#527ace color RGB value is (82,122,206).

#527ace hex color red value is 82, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #527ace hue: 0.61 , saturation: 0.56 and the lightness value of 527ace is 0.56.

The process color (four color CMYK) of #527ace color hex is 0.60, 0.41, 0.00, 0.19. Web safe color of #527ace is #6666cc. Color #527ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111010 11001110
Octal 122 172 316
Decimal 82 122 206
Hex 52 7A CE

RGB Percentages of Color #527ace

%20.00
%29.76
%50.24

CMYK Percentages of Color #527ace

%60
%41
%0
%19

Triadic Colors of #527ace

#527ace #ce527a #7ace52

Analogous Colors of #527ace

#527ace #6852ce #52b8ce

Monochromatic Colors of #527ace

#527ace

Complementary Color

#527ace #cea652

#527ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ace Color CSS Codes

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

#527ace Text Font Color

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

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


#527ace Background Color

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

This div background color is #527ace


#527ace Border Color

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

This div border color is #527ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ace


Comments

No comments written yet.

Please login to write comment.