Color Hex Logo

#538ad6 Color Hex

#538AD6
(83,138,214)
0 Favorites   0 Comments

Color spaces of #538ad6

RGB 83138214
HSL0.600.620.58
HSV215°61°84°
CMYK 0.610.360.00   0.16
XYZ24.793424.871067.1122
Yxy24.87100.21230.2130
Hunter Lab49.87081.4677-44.8782
CIE-Lab56.94955.0367-44.4319

#538ad6 color RGB value is (83,138,214).

#538ad6 hex color red value is 83, green value is 138 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #538ad6 hue: 0.60 , saturation: 0.62 and the lightness value of 538ad6 is 0.58.

The process color (four color CMYK) of #538ad6 color hex is 0.61, 0.36, 0.00, 0.16. Web safe color of #538ad6 is #6699cc. Color #538ad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11010110
Octal 123 212 326
Decimal 83 138 214
Hex 53 8A D6

RGB Percentages of Color #538ad6

%19.08
%31.72
%49.20

CMYK Percentages of Color #538ad6

%61
%36
%0
%16

Triadic Colors of #538ad6

#538ad6 #d6538a #8ad653

Analogous Colors of #538ad6

#538ad6 #5e53d6 #53ccd6

Monochromatic Colors of #538ad6

#538ad6

Complementary Color

#538ad6 #d69f53

#538ad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ad6 Color CSS Codes

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

#538ad6 Text Font Color

<p style="color:#538ad6">Text here</p>

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


#538ad6 Background Color

<div style="background-color:#538ad6">
Div content here</div>

This div background color is #538ad6


#538ad6 Border Color

<div style="border:3px solid #538ad6">
Div here</div>

This div border color is #538ad6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,138,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538ad6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538ad6;
  -webkit-box-shadow: 1px 1px 3px 2px #538ad6;
  box-shadow:         1px 1px 3px 2px #538ad6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ad6


Comments

No comments written yet.

Please login to write comment.