Color Hex Logo

#5609fd Color Hex

#5609FD
(86,9,253)
0 Favorites   0 Comments

Color spaces of #5609fd

RGB 869253
HSL0.720.980.51
HSV259°96°99°
CMYK 0.660.960.00   0.01
XYZ21.66519.265793.5751
Yxy9.26570.17400.0744
Hunter Lab30.439673.7763-160.9570
CIE-Lab36.490979.1754-99.6486

#5609fd color RGB value is (86,9,253).

#5609fd hex color red value is 86, green value is 9 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5609fd hue: 0.72 , saturation: 0.98 and the lightness value of 5609fd is 0.51.

The process color (four color CMYK) of #5609fd color hex is 0.66, 0.96, 0.00, 0.01. Web safe color of #5609fd is #6600ff. Color #5609fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001001 11111101
Octal 126 11 375
Decimal 86 9 253
Hex 56 9 FD

RGB Percentages of Color #5609fd

%24.71
%2.59
%72.70

CMYK Percentages of Color #5609fd

%66
%96
%0
%1

Triadic Colors of #5609fd

#5609fd #fd5609 #09fd56

Analogous Colors of #5609fd

#5609fd #d009fd #0936fd

Monochromatic Colors of #5609fd

#5609fd

Complementary Color

#5609fd #b0fd09

#5609fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5609fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5609fd Color CSS Codes

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

#5609fd Text Font Color

<p style="color:#5609fd">Text here</p>

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


#5609fd Background Color

<div style="background-color:#5609fd">
Div content here</div>

This div background color is #5609fd


#5609fd Border Color

<div style="border:3px solid #5609fd">
Div here</div>

This div border color is #5609fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,9,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5609fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5609fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5609fd;
  box-shadow:         1px 1px 3px 2px #5609fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5609fd


Comments

No comments written yet.

Please login to write comment.