Color Hex Logo

#527dfc Color Hex

#527DFC
(82,125,252)
0 Favorites   0 Comments

Color spaces of #527dfc

RGB 82125252
HSL0.620.970.65
HSV225°67°99°
CMYK 0.670.500.00   0.01
XYZ28.384023.489395.1334
Yxy23.48930.19310.1598
Hunter Lab48.465819.7235-82.4543
CIE-Lab55.572825.7032-67.7985

#527dfc color RGB value is (82,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11111100
Octal 122 175 374
Decimal 82 125 252
Hex 52 7D FC

RGB Percentages of Color #527dfc

%17.86
%27.23
%54.90

CMYK Percentages of Color #527dfc

%67
%50
%0
%1

Triadic Colors of #527dfc

#527dfc #fc527d #7dfc52

Analogous Colors of #527dfc

#527dfc #7c52fc #52d2fc

Monochromatic Colors of #527dfc

#527dfc

Complementary Color

#527dfc #fcd152

#527dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dfc Color CSS Codes

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

#527dfc Text Font Color

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

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


#527dfc Background Color

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

This div background color is #527dfc


#527dfc Border Color

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

This div border color is #527dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dfc


Comments

No comments written yet.

Please login to write comment.