Color Hex Logo

#538cca Color Hex

#538CCA
(83,140,202)
0 Favorites   0 Comments

Color spaces of #538cca

RGB 83140202
HSL0.590.530.56
HSV211°59°79°
CMYK 0.590.310.00   0.21
XYZ23.606024.859459.4313
Yxy24.85940.21880.2304
Hunter Lab49.8592-2.7422-35.7712
CIE-Lab56.9382-0.0981-37.6933

#538cca color RGB value is (83,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 11001010
Octal 123 214 312
Decimal 83 140 202
Hex 53 8C CA

RGB Percentages of Color #538cca

%19.53
%32.94
%47.53

CMYK Percentages of Color #538cca

%59
%31
%0
%21

Triadic Colors of #538cca

#538cca #ca538c #8cca53

Analogous Colors of #538cca

#538cca #5653ca #53c8ca

Monochromatic Colors of #538cca

#538cca

Complementary Color

#538cca #ca9153

#538cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#538cca Color CSS Codes

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

#538cca Text Font Color

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

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


#538cca Background Color

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

This div background color is #538cca


#538cca Border Color

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

This div border color is #538cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538cca


Comments

No comments written yet.

Please login to write comment.