Color Hex Logo

#5351de Color Hex

#5351DE
(83,81,222)
0 Favorites   0 Comments

Color spaces of #5351de

RGB 8381222
HSL0.670.680.59
HSV241°64°87°
CMYK 0.630.640.00   0.13
XYZ19.694512.997870.5780
Yxy12.99780.19070.1259
Hunter Lab36.052534.4180-90.8322
CIE-Lab42.759942.5976-71.7776

#5351de color RGB value is (83,81,222).

#5351de hex color red value is 83, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5351de hue: 0.67 , saturation: 0.68 and the lightness value of 5351de is 0.59.

The process color (four color CMYK) of #5351de color hex is 0.63, 0.64, 0.00, 0.13. Web safe color of #5351de is #6666cc. Color #5351de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 11011110
Octal 123 121 336
Decimal 83 81 222
Hex 53 51 DE

RGB Percentages of Color #5351de

%21.50
%20.98
%57.51

CMYK Percentages of Color #5351de

%63
%64
%0
%13

Triadic Colors of #5351de

#5351de #de5351 #51de53

Analogous Colors of #5351de

#5351de #9a51de #5196de

Monochromatic Colors of #5351de

#5351de

Complementary Color

#5351de #dcde51

#5351de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5351de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5351de Color CSS Codes

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

#5351de Text Font Color

<p style="color:#5351de">Text here</p>

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


#5351de Background Color

<div style="background-color:#5351de">
Div content here</div>

This div background color is #5351de


#5351de Border Color

<div style="border:3px solid #5351de">
Div here</div>

This div border color is #5351de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,81,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5351de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5351de;
  -webkit-box-shadow: 1px 1px 3px 2px #5351de;
  box-shadow:         1px 1px 3px 2px #5351de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5351de


Comments

No comments written yet.

Please login to write comment.