Color Hex Logo

#5277fd Color Hex

#5277FD
(82,119,253)
0 Favorites   0 Comments

Color spaces of #5277fd

RGB 82119253
HSL0.630.980.66
HSV227°68°99°
CMYK 0.680.530.00   0.01
XYZ27.806122.079395.7247
Yxy22.07930.19100.1516
Hunter Lab46.988623.3995-87.8929
CIE-Lab54.111029.7201-70.7141

#5277fd color RGB value is (82,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110111 11111101
Octal 122 167 375
Decimal 82 119 253
Hex 52 77 FD

RGB Percentages of Color #5277fd

%18.06
%26.21
%55.73

CMYK Percentages of Color #5277fd

%68
%53
%0
%1

Triadic Colors of #5277fd

#5277fd #fd5277 #77fd52

Analogous Colors of #5277fd

#5277fd #8352fd #52cdfd

Monochromatic Colors of #5277fd

#5277fd

Complementary Color

#5277fd #fdd852

#5277fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5277fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5277fd Color CSS Codes

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

#5277fd Text Font Color

<p style="color:#5277fd">Text here</p>

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


#5277fd Background Color

<div style="background-color:#5277fd">
Div content here</div>

This div background color is #5277fd


#5277fd Border Color

<div style="border:3px solid #5277fd">
Div here</div>

This div border color is #5277fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5277fd


Comments

No comments written yet.

Please login to write comment.