Color Hex Logo

#5603ae Color Hex

#5603AE
(86,3,174)
0 Favorites   0 Comments

Color spaces of #5603ae

RGB 863174
HSL0.750.970.35
HSV269°98°68°
CMYK 0.510.980.00   0.32
XYZ11.51035.099640.4220
Yxy5.09960.20180.0894
Hunter Lab22.582351.4633-90.3207
CIE-Lab27.016761.9566-69.5750

#5603ae color RGB value is (86,3,174).

#5603ae hex color red value is 86, green value is 3 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5603ae hue: 0.75 , saturation: 0.97 and the lightness value of 5603ae is 0.35.

The process color (four color CMYK) of #5603ae color hex is 0.51, 0.98, 0.00, 0.32. Web safe color of #5603ae is #660099. Color #5603ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000011 10101110
Octal 126 3 256
Decimal 86 3 174
Hex 56 3 AE

RGB Percentages of Color #5603ae

%32.70
%1.14
%66.16

CMYK Percentages of Color #5603ae

%51
%98
%0
%32

Triadic Colors of #5603ae

#5603ae #ae5603 #03ae56

Analogous Colors of #5603ae

#5603ae #ac03ae #0306ae

Monochromatic Colors of #5603ae

#5603ae

Complementary Color

#5603ae #5bae03

#5603ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5603ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5603ae Color CSS Codes

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

#5603ae Text Font Color

<p style="color:#5603ae">Text here</p>

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


#5603ae Background Color

<div style="background-color:#5603ae">
Div content here</div>

This div background color is #5603ae


#5603ae Border Color

<div style="border:3px solid #5603ae">
Div here</div>

This div border color is #5603ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,3,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5603ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5603ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5603ae;
  box-shadow:         1px 1px 3px 2px #5603ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,3,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5603ae


Comments

No comments written yet.

Please login to write comment.