Color Hex Logo

#5347da Color Hex

#5347DA
(83,71,218)
0 Favorites   0 Comments

Color spaces of #5347da

RGB 8371218
HSL0.680.670.57
HSV245°67°85°
CMYK 0.620.670.00   0.15
XYZ18.475411.407467.5578
Yxy11.40740.18960.1171
Hunter Lab33.774838.5365-94.9519
CIE-Lab40.258347.1449-73.5856

#5347da color RGB value is (83,71,218).

#5347da hex color red value is 83, green value is 71 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5347da hue: 0.68 , saturation: 0.67 and the lightness value of 5347da is 0.57.

The process color (four color CMYK) of #5347da color hex is 0.62, 0.67, 0.00, 0.15. Web safe color of #5347da is #6633cc. Color #5347da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 11011010
Octal 123 107 332
Decimal 83 71 218
Hex 53 47 DA

RGB Percentages of Color #5347da

%22.31
%19.09
%58.60

CMYK Percentages of Color #5347da

%62
%67
%0
%15

Triadic Colors of #5347da

#5347da #da5347 #47da53

Analogous Colors of #5347da

#5347da #9d47da #4785da

Monochromatic Colors of #5347da

#5347da

Complementary Color

#5347da #ceda47

#5347da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5347da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5347da Color CSS Codes

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

#5347da Text Font Color

<p style="color:#5347da">Text here</p>

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


#5347da Background Color

<div style="background-color:#5347da">
Div content here</div>

This div background color is #5347da


#5347da Border Color

<div style="border:3px solid #5347da">
Div here</div>

This div border color is #5347da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,71,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5347da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5347da;
  -webkit-box-shadow: 1px 1px 3px 2px #5347da;
  box-shadow:         1px 1px 3px 2px #5347da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5347da


Comments

No comments written yet.

Please login to write comment.