Color Hex Logo

#5351dd Color Hex

#5351DD
(83,81,221)
0 Favorites   0 Comments

Color spaces of #5351dd

RGB 8381221
HSL0.670.670.59
HSV241°63°87°
CMYK 0.620.630.00   0.13
XYZ19.560912.944369.8741
Yxy12.94430.19110.1264
Hunter Lab35.978234.0864-89.9638
CIE-Lab42.679242.2750-71.3394

#5351dd color RGB value is (83,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 11011101
Octal 123 121 335
Decimal 83 81 221
Hex 53 51 DD

RGB Percentages of Color #5351dd

%21.56
%21.04
%57.40

CMYK Percentages of Color #5351dd

%62
%63
%0
%13

Triadic Colors of #5351dd

#5351dd #dd5351 #51dd53

Analogous Colors of #5351dd

#5351dd #9951dd #5195dd

Monochromatic Colors of #5351dd

#5351dd

Complementary Color

#5351dd #dbdd51

#5351dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5351dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5351dd Color CSS Codes

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

#5351dd Text Font Color

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

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


#5351dd Background Color

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

This div background color is #5351dd


#5351dd Border Color

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

This div border color is #5351dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5351dd


Comments

No comments written yet.

Please login to write comment.