Color Hex Logo

#527afd Color Hex

#527AFD
(82,122,253)
0 Favorites   0 Comments

Color spaces of #527afd

RGB 82122253
HSL0.630.980.66
HSV226°68°99°
CMYK 0.680.520.00   0.01
XYZ28.168822.804895.8456
Yxy22.80480.19190.1553
Hunter Lab47.754421.7214-85.5702
CIE-Lab54.870727.8827-69.4850

#527afd color RGB value is (82,122,253).

#527afd hex color red value is 82, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #527afd hue: 0.63 , saturation: 0.98 and the lightness value of 527afd is 0.66.

The process color (four color CMYK) of #527afd color hex is 0.68, 0.52, 0.00, 0.01. Web safe color of #527afd is #6666ff. Color #527afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111010 11111101
Octal 122 172 375
Decimal 82 122 253
Hex 52 7A FD

RGB Percentages of Color #527afd

%17.94
%26.70
%55.36

CMYK Percentages of Color #527afd

%68
%52
%0
%1

Triadic Colors of #527afd

#527afd #fd527a #7afd52

Analogous Colors of #527afd

#527afd #8052fd #52d0fd

Monochromatic Colors of #527afd

#527afd

Complementary Color

#527afd #fdd552

#527afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527afd Color CSS Codes

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

#527afd Text Font Color

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

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


#527afd Background Color

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

This div background color is #527afd


#527afd Border Color

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

This div border color is #527afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527afd


Comments

No comments written yet.

Please login to write comment.