Color Hex Logo

#538cef Color Hex

#538CEF
(83,140,239)
0 Favorites   0 Comments

Color spaces of #538cef

RGB 83140239
HSL0.610.830.63
HSV218°65°94°
CMYK 0.650.410.00   0.06
XYZ28.525426.827285.3361
Yxy26.82720.20280.1907
Hunter Lab51.79507.6653-61.4282
CIE-Lab58.814012.2864-55.4074

#538cef color RGB value is (83,140,239).

#538cef hex color red value is 83, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #538cef hue: 0.61 , saturation: 0.83 and the lightness value of 538cef is 0.63.

The process color (four color CMYK) of #538cef color hex is 0.65, 0.41, 0.00, 0.06. Web safe color of #538cef is #6699ff. Color #538cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 11101111
Octal 123 214 357
Decimal 83 140 239
Hex 53 8C EF

RGB Percentages of Color #538cef

%17.97
%30.30
%51.73

CMYK Percentages of Color #538cef

%65
%41
%0
%6

Triadic Colors of #538cef

#538cef #ef538c #8cef53

Analogous Colors of #538cef

#538cef #6853ef #53daef

Monochromatic Colors of #538cef

#538cef

Complementary Color

#538cef #efb653

#538cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#538cef Color CSS Codes

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

#538cef Text Font Color

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

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


#538cef Background Color

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

This div background color is #538cef


#538cef Border Color

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

This div border color is #538cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538cef


Comments

No comments written yet.

Please login to write comment.