Color Hex Logo

#538ef4 Color Hex

#538EF4
(83,142,244)
0 Favorites   0 Comments

Color spaces of #538ef4

RGB 83142244
HSL0.610.880.64
HSV218°66°96°
CMYK 0.660.420.00   0.04
XYZ29.569427.716789.3793
Yxy27.71670.20160.1890
Hunter Lab52.64678.1243-63.8052
CIE-Lab59.631912.7961-56.8647

#538ef4 color RGB value is (83,142,244).

#538ef4 hex color red value is 83, green value is 142 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #538ef4 hue: 0.61 , saturation: 0.88 and the lightness value of 538ef4 is 0.64.

The process color (four color CMYK) of #538ef4 color hex is 0.66, 0.42, 0.00, 0.04. Web safe color of #538ef4 is #6699ff. Color #538ef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11110100
Octal 123 216 364
Decimal 83 142 244
Hex 53 8E F4

RGB Percentages of Color #538ef4

%17.70
%30.28
%52.03

CMYK Percentages of Color #538ef4

%66
%42
%0
%4

Triadic Colors of #538ef4

#538ef4 #f4538e #8ef453

Analogous Colors of #538ef4

#538ef4 #6953f4 #53dff4

Monochromatic Colors of #538ef4

#538ef4

Complementary Color

#538ef4 #f4b953

#538ef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ef4 Color CSS Codes

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

#538ef4 Text Font Color

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

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


#538ef4 Background Color

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

This div background color is #538ef4


#538ef4 Border Color

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

This div border color is #538ef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ef4


Comments

No comments written yet.

Please login to write comment.