color codes Logo

#5a53dd color codes

#5A53DD
(90,83,221)
0 Favorites   0 Comments

Color spaces of #5a53dd

RGB 9083221
HSL0.680.670.60
HSV243°62°87°
CMYK 0.590.620.00   0.13
XYZ20.360913.580669.9548
Yxy13.58060.19600.1307
Hunter Lab36.851934.1317-86.7521
CIE-Lab43.625442.1675-69.7745

#5a53dd color RGB value is (90,83,221).

#5a53dd hex color red value is 90, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5a53dd hue: 0.68 , saturation: 0.67 and the lightness value of 5a53dd is 0.60.

The process color (four color CMYK) of #5a53dd color code is 0.59, 0.62, 0.00, 0.13. Web safe color of #5a53dd is #6666cc. Color #5a53dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010011 11011101
Octal 132 123 335
Decimal 90 83 221
Hex 5A 53 DD

RGB Percentages of Color #5a53dd

%22.84
%21.07
%56.09

CMYK Percentages of Color #5a53dd

%59
%62
%0
%13

Triadic Colors of #5a53dd

#5a53dd #dd5a53 #53dd5a

Analogous Colors of #5a53dd

#5a53dd #9f53dd #5391dd

Monochromatic Colors of #5a53dd

#5a53dd

Complementary Color

#5a53dd #d6dd53

#5a53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a53dd Color CSS Codes

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

#5a53dd Text Font Color

<p style="color:#5a53dd">Text here</p>

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


#5a53dd Background Color

<div style="background-color:#5a53dd">
Div content here</div>

This div background color is #5a53dd


#5a53dd Border Color

<div style="border:3px solid #5a53dd">
Div here</div>

This div border color is #5a53dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,83,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 #5a53dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a53dd


Comments

No comments written yet.

Please login to write comment.