Color Hex Logo

#527cbe Color Hex

#527CBE
(82,124,190)
0 Favorites   0 Comments

Color spaces of #527cbe

RGB 82124190
HSL0.600.450.53
HSV217°57°75°
CMYK 0.570.350.00   0.25
XYZ19.981619.926851.5083
Yxy19.92680.21860.2180
Hunter Lab44.63941.7815-37.1656
CIE-Lab51.75435.2593-39.0186

#527cbe color RGB value is (82,124,190).

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

The process color (four color CMYK) of #527cbe color hex is 0.57, 0.35, 0.00, 0.25. Web safe color of #527cbe is #6666cc. Color #527cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111100 10111110
Octal 122 174 276
Decimal 82 124 190
Hex 52 7C BE

RGB Percentages of Color #527cbe

%20.71
%31.31
%47.98

CMYK Percentages of Color #527cbe

%57
%35
%0
%25

Triadic Colors of #527cbe

#527cbe #be527c #7cbe52

Analogous Colors of #527cbe

#527cbe #5e52be #52b2be

Monochromatic Colors of #527cbe

#527cbe

Complementary Color

#527cbe #be9452

#527cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#527cbe Color CSS Codes

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

#527cbe Text Font Color

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

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


#527cbe Background Color

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

This div background color is #527cbe


#527cbe Border Color

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

This div border color is #527cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527cbe


Comments

No comments written yet.

Please login to write comment.