Color Hex Logo

#538298 Color Hex

#538298
(83,130,152)
0 Favorites   0 Comments

Color spaces of #538298

RGB 83130152
HSL0.550.290.46
HSV199°45°60°
CMYK 0.450.140.00   0.40
XYZ17.217420.071332.6725
Yxy20.07130.24610.2869
Hunter Lab44.8010-9.8027-11.8783
CIE-Lab51.9177-9.8401-16.7974

#538298 color RGB value is (83,130,152).

#538298 hex color red value is 83, green value is 130 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #538298 hue: 0.55 , saturation: 0.29 and the lightness value of 538298 is 0.46.

The process color (four color CMYK) of #538298 color hex is 0.45, 0.14, 0.00, 0.40. Web safe color of #538298 is #669999. Color #538298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 10011000
Octal 123 202 230
Decimal 83 130 152
Hex 53 82 98

RGB Percentages of Color #538298

%22.74
%35.62
%41.64

CMYK Percentages of Color #538298

%45
%14
%0
%40

Triadic Colors of #538298

#538298 #985382 #829853

Analogous Colors of #538298

#538298 #536098 #53988c

Monochromatic Colors of #538298

#538298

Complementary Color

#538298 #986953

#538298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538298 Color CSS Codes

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

#538298 Text Font Color

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

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


#538298 Background Color

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

This div background color is #538298


#538298 Border Color

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

This div border color is #538298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,130,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538298;
  -webkit-box-shadow: 1px 1px 3px 2px #538298;
  box-shadow:         1px 1px 3px 2px #538298; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538298


Comments

No comments written yet.

Please login to write comment.