Color Hex Logo

#537bef Color Hex

#537BEF
(83,123,239)
0 Favorites   0 Comments

Color spaces of #537bef

RGB 83123239
HSL0.620.830.63
HSV225°65°94°
CMYK 0.650.490.00   0.06
XYZ26.230222.236984.5710
Yxy22.23690.19720.1671
Hunter Lab47.156016.7663-73.3232
CIE-Lab54.277522.6099-62.6764

#537bef color RGB value is (83,123,239).

#537bef hex color red value is 83, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #537bef hue: 0.62 , saturation: 0.83 and the lightness value of 537bef is 0.63.

The process color (four color CMYK) of #537bef color hex is 0.65, 0.49, 0.00, 0.06. Web safe color of #537bef is #6666ff. Color #537bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111011 11101111
Octal 123 173 357
Decimal 83 123 239
Hex 53 7B EF

RGB Percentages of Color #537bef

%18.65
%27.64
%53.71

CMYK Percentages of Color #537bef

%65
%49
%0
%6

Triadic Colors of #537bef

#537bef #ef537b #7bef53

Analogous Colors of #537bef

#537bef #7953ef #53c9ef

Monochromatic Colors of #537bef

#537bef

Complementary Color

#537bef #efc753

#537bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#537bef Color CSS Codes

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

#537bef Text Font Color

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

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


#537bef Background Color

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

This div background color is #537bef


#537bef Border Color

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

This div border color is #537bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537bef


Comments

No comments written yet.

Please login to write comment.