Color Hex Logo

#5380fc Color Hex

#5380FC
(83,128,252)
0 Favorites   0 Comments

Color spaces of #5380fc

RGB 83128252
HSL0.620.970.66
HSV224°67°99°
CMYK 0.670.490.00   0.01
XYZ28.857124.305695.2660
Yxy24.30560.19440.1638
Hunter Lab49.300718.2049-80.0583
CIE-Lab56.392524.0167-66.4741

#5380fc color RGB value is (83,128,252).

#5380fc hex color red value is 83, green value is 128 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5380fc hue: 0.62 , saturation: 0.97 and the lightness value of 5380fc is 0.66.

The process color (four color CMYK) of #5380fc color hex is 0.67, 0.49, 0.00, 0.01. Web safe color of #5380fc is #6699ff. Color #5380fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 11111100
Octal 123 200 374
Decimal 83 128 252
Hex 53 80 FC

RGB Percentages of Color #5380fc

%17.93
%27.65
%54.43

CMYK Percentages of Color #5380fc

%67
%49
%0
%1

Triadic Colors of #5380fc

#5380fc #fc5380 #80fc53

Analogous Colors of #5380fc

#5380fc #7b53fc #53d5fc

Monochromatic Colors of #5380fc

#5380fc

Complementary Color

#5380fc #fccf53

#5380fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5380fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5380fc Color CSS Codes

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

#5380fc Text Font Color

<p style="color:#5380fc">Text here</p>

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


#5380fc Background Color

<div style="background-color:#5380fc">
Div content here</div>

This div background color is #5380fc


#5380fc Border Color

<div style="border:3px solid #5380fc">
Div here</div>

This div border color is #5380fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,128,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5380fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5380fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5380fc;
  box-shadow:         1px 1px 3px 2px #5380fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,128,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 #5380fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5380fc


Comments

No comments written yet.

Please login to write comment.