Color Hex Logo

#527ccb Color Hex

#527CCB
(82,124,203)
0 Favorites   0 Comments

Color spaces of #527ccb

RGB 82124203
HSL0.610.540.56
HSV219°60°80°
CMYK 0.600.390.00   0.20
XYZ21.466820.520959.3294
Yxy20.52090.21190.2025
Hunter Lab45.30005.3127-45.9421
CIE-Lab52.42119.5760-45.3879

#527ccb color RGB value is (82,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111100 11001011
Octal 122 174 313
Decimal 82 124 203
Hex 52 7C CB

RGB Percentages of Color #527ccb

%20.05
%30.32
%49.63

CMYK Percentages of Color #527ccb

%60
%39
%0
%20

Triadic Colors of #527ccb

#527ccb #cb527c #7ccb52

Analogous Colors of #527ccb

#527ccb #6552cb #52b9cb

Monochromatic Colors of #527ccb

#527ccb

Complementary Color

#527ccb #cba152

#527ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ccb Color CSS Codes

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

#527ccb Text Font Color

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

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


#527ccb Background Color

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

This div background color is #527ccb


#527ccb Border Color

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

This div border color is #527ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ccb


Comments

No comments written yet.

Please login to write comment.