Color Hex Logo

#538bbb Color Hex

#538BBB
(83,139,187)
0 Favorites   0 Comments

Color spaces of #538bbb

RGB 83139187
HSL0.580.430.53
HSV208°56°73°
CMYK 0.560.260.00   0.27
XYZ21.769523.892150.4780
Yxy23.89210.22640.2485
Hunter Lab48.8795-6.0406-27.0132
CIE-Lab55.9796-4.3377-30.6876

#538bbb color RGB value is (83,139,187).

#538bbb hex color red value is 83, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #538bbb hue: 0.58 , saturation: 0.43 and the lightness value of 538bbb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 10111011
Octal 123 213 273
Decimal 83 139 187
Hex 53 8B BB

RGB Percentages of Color #538bbb

%20.29
%33.99
%45.72

CMYK Percentages of Color #538bbb

%56
%26
%0
%27

Triadic Colors of #538bbb

#538bbb #bb538b #8bbb53

Analogous Colors of #538bbb

#538bbb #5357bb #53bbb7

Monochromatic Colors of #538bbb

#538bbb

Complementary Color

#538bbb #bb8353

#538bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538bbb Color CSS Codes

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

#538bbb Text Font Color

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

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


#538bbb Background Color

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

This div background color is #538bbb


#538bbb Border Color

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

This div border color is #538bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538bbb


Comments

No comments written yet.

Please login to write comment.