Color Hex Logo

#538efd Color Hex

#538EFD
(83,142,253)
0 Favorites   0 Comments

Color spaces of #538efd

RGB 83142253
HSL0.610.980.66
HSV219°67°99°
CMYK 0.670.440.00   0.01
XYZ30.969928.276996.7542
Yxy28.27690.19850.1813
Hunter Lab53.176010.9010-70.6554
CIE-Lab60.138115.8810-61.0071

#538efd color RGB value is (83,142,253).

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

The process color (four color CMYK) of #538efd color hex is 0.67, 0.44, 0.00, 0.01. Web safe color of #538efd is #6699ff. Color #538efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11111101
Octal 123 216 375
Decimal 83 142 253
Hex 53 8E FD

RGB Percentages of Color #538efd

%17.36
%29.71
%52.93

CMYK Percentages of Color #538efd

%67
%44
%0
%1

Triadic Colors of #538efd

#538efd #fd538e #8efd53

Analogous Colors of #538efd

#538efd #6d53fd #53e3fd

Monochromatic Colors of #538efd

#538efd

Complementary Color

#538efd #fdc253

#538efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#538efd Color CSS Codes

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

#538efd Text Font Color

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

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


#538efd Background Color

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

This div background color is #538efd


#538efd Border Color

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

This div border color is #538efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538efd

Related Colors


Comments

No comments written yet.

Please login to write comment.