Color Hex Logo

#538fcb Color Hex

#538FCB
(83,143,203)
0 Favorites   0 Comments

Color spaces of #538fcb

RGB 83143203
HSL0.580.540.56
HSV210°59°80°
CMYK 0.590.300.00   0.20
XYZ24.169225.795760.2051
Yxy25.79570.21940.2341
Hunter Lab50.7895-3.9387-34.7289
CIE-Lab57.8426-1.5167-36.8402

#538fcb color RGB value is (83,143,203).

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

The process color (four color CMYK) of #538fcb color hex is 0.59, 0.30, 0.00, 0.20. Web safe color of #538fcb is #6699cc. Color #538fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001111 11001011
Octal 123 217 313
Decimal 83 143 203
Hex 53 8F CB

RGB Percentages of Color #538fcb

%19.35
%33.33
%47.32

CMYK Percentages of Color #538fcb

%59
%30
%0
%20

Triadic Colors of #538fcb

#538fcb #cb538f #8fcb53

Analogous Colors of #538fcb

#538fcb #5353cb #53cbcb

Monochromatic Colors of #538fcb

#538fcb

Complementary Color

#538fcb #cb8f53

#538fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538fcb Color CSS Codes

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

#538fcb Text Font Color

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

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


#538fcb Background Color

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

This div background color is #538fcb


#538fcb Border Color

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

This div border color is #538fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,143,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 #538fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538fcb


Comments

No comments written yet.

Please login to write comment.