Color Hex Logo

#538ece Color Hex

#538ECE
(83,142,206)
0 Favorites   0 Comments

Color spaces of #538ece

RGB 83142206
HSL0.590.560.57
HSV211°60°81°
CMYK 0.600.310.00   0.19
XYZ24.380925.641262.0568
Yxy25.64120.21750.2288
Hunter Lab50.6371-2.6704-37.2150
CIE-Lab57.69490.0422-38.7609

#538ece color RGB value is (83,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11001110
Octal 123 216 316
Decimal 83 142 206
Hex 53 8E CE

RGB Percentages of Color #538ece

%19.26
%32.95
%47.80

CMYK Percentages of Color #538ece

%60
%31
%0
%19

Triadic Colors of #538ece

#538ece #ce538e #8ece53

Analogous Colors of #538ece

#538ece #5553ce #53ccce

Monochromatic Colors of #538ece

#538ece

Complementary Color

#538ece #ce9353

#538ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ece Color CSS Codes

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

#538ece Text Font Color

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

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


#538ece Background Color

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

This div background color is #538ece


#538ece Border Color

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

This div border color is #538ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ece


Comments

No comments written yet.

Please login to write comment.