color codes Logo

#5a76dd color codes

#5A76DD
(90,118,221)
0 Favorites   0 Comments

Color spaces of #5a76dd

RGB 90118221
HSL0.630.660.61
HSV227°59°87°
CMYK 0.590.470.00   0.13
XYZ23.746020.351071.0832
Yxy20.35100.20620.1767
Hunter Lab45.112115.0123-61.8449
CIE-Lab52.231820.8082-55.8588

#5a76dd color RGB value is (90,118,221).

#5a76dd hex color red value is 90, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5a76dd hue: 0.63 , saturation: 0.66 and the lightness value of 5a76dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110110 11011101
Octal 132 166 335
Decimal 90 118 221
Hex 5A 76 DD

RGB Percentages of Color #5a76dd

%20.98
%27.51
%51.52

CMYK Percentages of Color #5a76dd

%59
%47
%0
%13

Triadic Colors of #5a76dd

#5a76dd #dd5a76 #76dd5a

Analogous Colors of #5a76dd

#5a76dd #805add #5ab8dd

Monochromatic Colors of #5a76dd

#5a76dd

Complementary Color

#5a76dd #ddc15a

#5a76dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a76dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a76dd Color CSS Codes

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

#5a76dd Text Font Color

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

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


#5a76dd Background Color

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

This div background color is #5a76dd


#5a76dd Border Color

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

This div border color is #5a76dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a76dd


Comments

No comments written yet.

Please login to write comment.