Color Hex Logo

#527dfd Color Hex

#527DFD
(82,125,253)
0 Favorites   0 Comments

Color spaces of #527dfd

RGB 82125253
HSL0.620.980.66
HSV225°68°99°
CMYK 0.680.510.00   0.01
XYZ28.542923.552995.9703
Yxy23.55290.19280.1591
Hunter Lab48.531320.0520-83.2735
CIE-Lab55.637326.0475-68.2463

#527dfd color RGB value is (82,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11111101
Octal 122 175 375
Decimal 82 125 253
Hex 52 7D FD

RGB Percentages of Color #527dfd

%17.83
%27.17
%55.00

CMYK Percentages of Color #527dfd

%68
%51
%0
%1

Triadic Colors of #527dfd

#527dfd #fd527d #7dfd52

Analogous Colors of #527dfd

#527dfd #7d52fd #52d3fd

Monochromatic Colors of #527dfd

#527dfd

Complementary Color

#527dfd #fdd252

#527dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dfd Color CSS Codes

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

#527dfd Text Font Color

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

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


#527dfd Background Color

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

This div background color is #527dfd


#527dfd Border Color

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

This div border color is #527dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,125,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 #527dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.