Color Hex Logo

#538aea Color Hex

#538AEA
(83,138,234)
0 Favorites   0 Comments

Color spaces of #538aea

RGB 83138234
HSL0.610.780.62
HSV218°65°92°
CMYK 0.650.410.00   0.08
XYZ27.507025.956581.4022
Yxy25.95650.20400.1925
Hunter Lab50.94757.2155-59.0683
CIE-Lab57.995711.7813-53.9401

#538aea color RGB value is (83,138,234).

#538aea hex color red value is 83, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #538aea hue: 0.61 , saturation: 0.78 and the lightness value of 538aea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11101010
Octal 123 212 352
Decimal 83 138 234
Hex 53 8A EA

RGB Percentages of Color #538aea

%18.24
%30.33
%51.43

CMYK Percentages of Color #538aea

%65
%41
%0
%8

Triadic Colors of #538aea

#538aea #ea538a #8aea53

Analogous Colors of #538aea

#538aea #6853ea #53d6ea

Monochromatic Colors of #538aea

#538aea

Complementary Color

#538aea #eab353

#538aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#538aea Color CSS Codes

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

#538aea Text Font Color

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

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


#538aea Background Color

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

This div background color is #538aea


#538aea Border Color

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

This div border color is #538aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538aea


Comments

No comments written yet.

Please login to write comment.