Color Hex Logo

#538eca Color Hex

#538ECA
(83,142,202)
0 Favorites   0 Comments

Color spaces of #538eca

RGB 83142202
HSL0.580.530.56
HSV210°59°79°
CMYK 0.590.300.00   0.21
XYZ23.901025.449359.5296
Yxy25.44930.21950.2337
Hunter Lab50.4473-3.7128-34.6512
CIE-Lab57.5106-1.2617-36.7965

#538eca color RGB value is (83,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11001010
Octal 123 216 312
Decimal 83 142 202
Hex 53 8E CA

RGB Percentages of Color #538eca

%19.44
%33.26
%47.31

CMYK Percentages of Color #538eca

%59
%30
%0
%21

Triadic Colors of #538eca

#538eca #ca538e #8eca53

Analogous Colors of #538eca

#538eca #5453ca #53caca

Monochromatic Colors of #538eca

#538eca

Complementary Color

#538eca #ca8f53

#538eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#538eca Color CSS Codes

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

#538eca Text Font Color

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

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


#538eca Background Color

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

This div background color is #538eca


#538eca Border Color

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

This div border color is #538eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538eca


Comments

No comments written yet.

Please login to write comment.