Color Hex Logo

#538dfc Color Hex

#538DFC
(83,141,252)
0 Favorites   0 Comments

Color spaces of #538dfc

RGB 83141252
HSL0.610.970.66
HSV219°67°99°
CMYK 0.670.440.00   0.01
XYZ30.662827.917095.8679
Yxy27.91700.19850.1808
Hunter Lab52.836511.1255-70.5916
CIE-Lab59.813716.1382-60.9775

#538dfc color RGB value is (83,141,252).

#538dfc hex color red value is 83, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #538dfc hue: 0.61 , saturation: 0.97 and the lightness value of 538dfc is 0.66.

The process color (four color CMYK) of #538dfc color hex is 0.67, 0.44, 0.00, 0.01. Web safe color of #538dfc is #6699ff. Color #538dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 11111100
Octal 123 215 374
Decimal 83 141 252
Hex 53 8D FC

RGB Percentages of Color #538dfc

%17.44
%29.62
%52.94

CMYK Percentages of Color #538dfc

%67
%44
%0
%1

Triadic Colors of #538dfc

#538dfc #fc538d #8dfc53

Analogous Colors of #538dfc

#538dfc #6e53fc #53e2fc

Monochromatic Colors of #538dfc

#538dfc

Complementary Color

#538dfc #fcc253

#538dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dfc Color CSS Codes

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

#538dfc Text Font Color

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

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


#538dfc Background Color

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

This div background color is #538dfc


#538dfc Border Color

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

This div border color is #538dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dfc


Comments

No comments written yet.

Please login to write comment.