Color Hex Logo

#537fff Color Hex

#537FFF
(83,127,255)
0 Favorites   0 Comments

Color spaces of #537fff

RGB 83127255
HSL0.621.000.66
HSV225°67°100°
CMYK 0.670.500.00   0.00
XYZ29.206724.237797.7467
Yxy24.23770.19320.1603
Hunter Lab49.231819.7392-83.2544
CIE-Lab56.325025.6592-68.2366

#537fff color RGB value is (83,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111111 11111111
Octal 123 177 377
Decimal 83 127 255
Hex 53 7F FF

RGB Percentages of Color #537fff

%17.85
%27.31
%54.84

CMYK Percentages of Color #537fff

%67
%50
%0
%0

Triadic Colors of #537fff

#537fff #ff537f #7fff53

Analogous Colors of #537fff

#537fff #7d53ff #53d5ff

Monochromatic Colors of #537fff

#537fff

Complementary Color

#537fff #ffd353

#537fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#537fff Color CSS Codes

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

#537fff Text Font Color

<p style="color:#537fff">Text here</p>

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


#537fff Background Color

<div style="background-color:#537fff">
Div content here</div>

This div background color is #537fff


#537fff Border Color

<div style="border:3px solid #537fff">
Div here</div>

This div border color is #537fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537fff

Related Colors


Comments

No comments written yet.

Please login to write comment.