Color Hex Logo

#5623aa Color Hex

#5623AA
(86,35,170)
0 Favorites   0 Comments

Color spaces of #5623aa

RGB 8635170
HSL0.730.660.40
HSV263°79°67°
CMYK 0.490.790.00   0.33
XYZ11.69456.082838.5879
Yxy6.08280.20750.1079
Hunter Lab24.663341.4777-75.5000
CIE-Lab29.620452.0462-62.8780

#5623aa color RGB value is (86,35,170).

#5623aa hex color red value is 86, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5623aa hue: 0.73 , saturation: 0.66 and the lightness value of 5623aa is 0.40.

The process color (four color CMYK) of #5623aa color hex is 0.49, 0.79, 0.00, 0.33. Web safe color of #5623aa is #663399. Color #5623aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100011 10101010
Octal 126 43 252
Decimal 86 35 170
Hex 56 23 AA

RGB Percentages of Color #5623aa

%29.55
%12.03
%58.42

CMYK Percentages of Color #5623aa

%49
%79
%0
%33

Triadic Colors of #5623aa

#5623aa #aa5623 #23aa56

Analogous Colors of #5623aa

#5623aa #9a23aa #2333aa

Monochromatic Colors of #5623aa

#5623aa

Complementary Color

#5623aa #77aa23

#5623aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5623aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5623aa Color CSS Codes

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

#5623aa Text Font Color

<p style="color:#5623aa">Text here</p>

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


#5623aa Background Color

<div style="background-color:#5623aa">
Div content here</div>

This div background color is #5623aa


#5623aa Border Color

<div style="border:3px solid #5623aa">
Div here</div>

This div border color is #5623aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,35,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5623aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5623aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5623aa;
  box-shadow:         1px 1px 3px 2px #5623aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,35,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 #5623aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5623aa


Comments

No comments written yet.

Please login to write comment.