Color Hex Logo

#537aeb Color Hex

#537AEB
(83,122,235)
0 Favorites   0 Comments

Color spaces of #537aeb

RGB 83122235
HSL0.620.790.62
HSV225°65°92°
CMYK 0.650.480.00   0.08
XYZ25.522221.756281.4515
Yxy21.75620.19830.1690
Hunter Lab46.643516.0446-70.8850
CIE-Lab53.767421.8530-61.2670

#537aeb color RGB value is (83,122,235).

#537aeb hex color red value is 83, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #537aeb hue: 0.62 , saturation: 0.79 and the lightness value of 537aeb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 11101011
Octal 123 172 353
Decimal 83 122 235
Hex 53 7A EB

RGB Percentages of Color #537aeb

%18.86
%27.73
%53.41

CMYK Percentages of Color #537aeb

%65
%48
%0
%8

Triadic Colors of #537aeb

#537aeb #eb537a #7aeb53

Analogous Colors of #537aeb

#537aeb #7853eb #53c6eb

Monochromatic Colors of #537aeb

#537aeb

Complementary Color

#537aeb #ebc453

#537aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#537aeb Color CSS Codes

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

#537aeb Text Font Color

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

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


#537aeb Background Color

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

This div background color is #537aeb


#537aeb Border Color

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

This div border color is #537aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537aeb


Comments

No comments written yet.

Please login to write comment.