Color Hex Logo

#538dc1 Color Hex

#538DC1
(83,141,193)
0 Favorites   0 Comments

Color spaces of #538dc1

RGB 83141193
HSL0.580.470.54
HSV208°57°76°
CMYK 0.570.270.00   0.24
XYZ22.717824.739054.0298
Yxy24.73900.22390.2438
Hunter Lab49.7383-5.5128-29.5888
CIE-Lab56.8202-3.5821-32.7868

#538dc1 color RGB value is (83,141,193).

#538dc1 hex color red value is 83, green value is 141 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #538dc1 hue: 0.58 , saturation: 0.47 and the lightness value of 538dc1 is 0.54.

The process color (four color CMYK) of #538dc1 color hex is 0.57, 0.27, 0.00, 0.24. Web safe color of #538dc1 is #6699cc. Color #538dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 11000001
Octal 123 215 301
Decimal 83 141 193
Hex 53 8D C1

RGB Percentages of Color #538dc1

%19.90
%33.81
%46.28

CMYK Percentages of Color #538dc1

%57
%27
%0
%24

Triadic Colors of #538dc1

#538dc1 #c1538d #8dc153

Analogous Colors of #538dc1

#538dc1 #5356c1 #53c1be

Monochromatic Colors of #538dc1

#538dc1

Complementary Color

#538dc1 #c18753

#538dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dc1 Color CSS Codes

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

#538dc1 Text Font Color

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

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


#538dc1 Background Color

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

This div background color is #538dc1


#538dc1 Border Color

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

This div border color is #538dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dc1


Comments

No comments written yet.

Please login to write comment.