Color Hex Logo

#5d64aa Color Hex

#5D64AA
(93,100,170)
0 Favorites   0 Comments

Color spaces of #5d64aa

RGB 93100170
HSL0.650.310.52
HSV235°45°67°
CMYK 0.450.410.00   0.33
XYZ16.327114.343839.9383
Yxy14.34380.23120.2031
Hunter Lab37.873210.6730-36.0116
CIE-Lab44.722016.2131-38.4729

#5d64aa color RGB value is (93,100,170).

#5d64aa hex color red value is 93, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5d64aa hue: 0.65 , saturation: 0.31 and the lightness value of 5d64aa is 0.52.

The process color (four color CMYK) of #5d64aa color hex is 0.45, 0.41, 0.00, 0.33. Web safe color of #5d64aa is #666699. Color #5d64aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100100 10101010
Octal 135 144 252
Decimal 93 100 170
Hex 5D 64 AA

RGB Percentages of Color #5d64aa

%25.62
%27.55
%46.83

CMYK Percentages of Color #5d64aa

%45
%41
%0
%33

Triadic Colors of #5d64aa

#5d64aa #aa5d64 #64aa5d

Analogous Colors of #5d64aa

#5d64aa #7d5daa #5d8baa

Monochromatic Colors of #5d64aa

#5d64aa

Complementary Color

#5d64aa #aaa35d

#5d64aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d64aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d64aa Color CSS Codes

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

#5d64aa Text Font Color

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

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


#5d64aa Background Color

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

This div background color is #5d64aa


#5d64aa Border Color

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

This div border color is #5d64aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,100,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d64aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d64aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5d64aa;
  box-shadow:         1px 1px 3px 2px #5d64aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,100,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d64aa


Comments

No comments written yet.

Please login to write comment.