Color Hex Logo

#5375cb Color Hex

#5375CB
(83,117,203)
0 Favorites   0 Comments

Color spaces of #5375cb

RGB 83117203
HSL0.620.540.56
HSV223°59°80°
CMYK 0.590.420.00   0.20
XYZ20.708118.873459.0514
Yxy18.87340.21000.1913
Hunter Lab43.44359.0589-50.1805
CIE-Lab50.538814.0593-48.3778

#5375cb color RGB value is (83,117,203).

#5375cb hex color red value is 83, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5375cb hue: 0.62 , saturation: 0.54 and the lightness value of 5375cb is 0.56.

The process color (four color CMYK) of #5375cb color hex is 0.59, 0.42, 0.00, 0.20. Web safe color of #5375cb is #6666cc. Color #5375cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110101 11001011
Octal 123 165 313
Decimal 83 117 203
Hex 53 75 CB

RGB Percentages of Color #5375cb

%20.60
%29.03
%50.37

CMYK Percentages of Color #5375cb

%59
%42
%0
%20

Triadic Colors of #5375cb

#5375cb #cb5375 #75cb53

Analogous Colors of #5375cb

#5375cb #6d53cb #53b1cb

Monochromatic Colors of #5375cb

#5375cb

Complementary Color

#5375cb #cba953

#5375cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5375cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5375cb Color CSS Codes

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

#5375cb Text Font Color

<p style="color:#5375cb">Text here</p>

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


#5375cb Background Color

<div style="background-color:#5375cb">
Div content here</div>

This div background color is #5375cb


#5375cb Border Color

<div style="border:3px solid #5375cb">
Div here</div>

This div border color is #5375cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,117,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5375cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5375cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5375cb;
  box-shadow:         1px 1px 3px 2px #5375cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5375cb


Comments

No comments written yet.

Please login to write comment.