Color Hex Logo

#539cff Color Hex

#539CFF
(83,156,255)
0 Favorites   0 Comments

Color spaces of #539cff

RGB 83156255
HSL0.601.000.66
HSV215°67°100°
CMYK 0.670.390.00   0.00
XYZ33.505732.835999.1798
Yxy32.83590.20240.1984
Hunter Lab57.30264.0920-62.5077
CIE-Lab64.02788.2602-55.8942

#539cff color RGB value is (83,156,255).

#539cff hex color red value is 83, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #539cff hue: 0.60 , saturation: 1.00 and the lightness value of 539cff is 0.66.

The process color (four color CMYK) of #539cff color hex is 0.67, 0.39, 0.00, 0.00. Web safe color of #539cff is #6699ff. Color #539cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 11111111
Octal 123 234 377
Decimal 83 156 255
Hex 53 9C FF

RGB Percentages of Color #539cff

%16.80
%31.58
%51.62

CMYK Percentages of Color #539cff

%67
%39
%0
%0

Triadic Colors of #539cff

#539cff #ff539c #9cff53

Analogous Colors of #539cff

#539cff #6053ff #53f2ff

Monochromatic Colors of #539cff

#539cff

Complementary Color

#539cff #ffb653

#539cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#539cff Color CSS Codes

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

#539cff Text Font Color

<p style="color:#539cff">Text here</p>

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


#539cff Background Color

<div style="background-color:#539cff">
Div content here</div>

This div background color is #539cff


#539cff Border Color

<div style="border:3px solid #539cff">
Div here</div>

This div border color is #539cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,156,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539cff;
  -webkit-box-shadow: 1px 1px 3px 2px #539cff;
  box-shadow:         1px 1px 3px 2px #539cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,156,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539cff

Related Colors

#539cff Color Palettes


Comments

No comments written yet.

Please login to write comment.