Color Hex Logo

#538acf Color Hex

#538ACF
(83,138,207)
0 Favorites   0 Comments

Color spaces of #538acf

RGB 83138207
HSL0.590.560.57
HSV213°60°81°
CMYK 0.600.330.00   0.19
XYZ23.918224.521062.5039
Yxy24.52100.21560.2210
Hunter Lab49.5187-0.4398-40.1745
CIE-Lab56.60572.7144-41.0361

#538acf color RGB value is (83,138,207).

#538acf hex color red value is 83, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #538acf hue: 0.59 , saturation: 0.56 and the lightness value of 538acf is 0.57.

The process color (four color CMYK) of #538acf color hex is 0.60, 0.33, 0.00, 0.19. Web safe color of #538acf is #6699cc. Color #538acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11001111
Octal 123 212 317
Decimal 83 138 207
Hex 53 8A CF

RGB Percentages of Color #538acf

%19.39
%32.24
%48.36

CMYK Percentages of Color #538acf

%60
%33
%0
%19

Triadic Colors of #538acf

#538acf #cf538a #8acf53

Analogous Colors of #538acf

#538acf #5a53cf #53c8cf

Monochromatic Colors of #538acf

#538acf

Complementary Color

#538acf #cf9853

#538acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#538acf Color CSS Codes

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

#538acf Text Font Color

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

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


#538acf Background Color

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

This div background color is #538acf


#538acf Border Color

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

This div border color is #538acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538acf


Comments

No comments written yet.

Please login to write comment.