Color Hex Logo

#527ffb Color Hex

#527FFB
(82,127,251)
0 Favorites   0 Comments

Color spaces of #527ffb

RGB 82127251
HSL0.620.950.65
HSV224°67°98°
CMYK 0.670.490.00   0.02
XYZ28.481623.937694.3861
Yxy23.93760.19400.1631
Hunter Lab48.926118.2906-80.1315
CIE-Lab56.025324.1355-66.5164

#527ffb color RGB value is (82,127,251).

#527ffb hex color red value is 82, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #527ffb hue: 0.62 , saturation: 0.95 and the lightness value of 527ffb is 0.65.

The process color (four color CMYK) of #527ffb color hex is 0.67, 0.49, 0.00, 0.02. Web safe color of #527ffb is #6666ff. Color #527ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111111 11111011
Octal 122 177 373
Decimal 82 127 251
Hex 52 7F FB

RGB Percentages of Color #527ffb

%17.83
%27.61
%54.57

CMYK Percentages of Color #527ffb

%67
%49
%0
%2

Triadic Colors of #527ffb

#527ffb #fb527f #7ffb52

Analogous Colors of #527ffb

#527ffb #7a52fb #52d4fb

Monochromatic Colors of #527ffb

#527ffb

Complementary Color

#527ffb #fbce52

#527ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ffb Color CSS Codes

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

#527ffb Text Font Color

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

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


#527ffb Background Color

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

This div background color is #527ffb


#527ffb Border Color

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

This div border color is #527ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ffb


Comments

No comments written yet.

Please login to write comment.