Color Hex Logo

#5618b1 Color Hex

#5618B1
(86,24,177)
0 Favorites   0 Comments

Color spaces of #5618b1

RGB 8624177
HSL0.730.760.39
HSV264°86°69°
CMYK 0.510.860.00   0.31
XYZ12.10025.806042.0779
Yxy5.80600.20170.0968
Hunter Lab24.095647.4706-86.6704
CIE-Lab28.917657.9184-68.2340

#5618b1 color RGB value is (86,24,177).

#5618b1 hex color red value is 86, green value is 24 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #5618b1 hue: 0.73 , saturation: 0.76 and the lightness value of 5618b1 is 0.39.

The process color (four color CMYK) of #5618b1 color hex is 0.51, 0.86, 0.00, 0.31. Web safe color of #5618b1 is #660099. Color #5618b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011000 10110001
Octal 126 30 261
Decimal 86 24 177
Hex 56 18 B1

RGB Percentages of Color #5618b1

%29.97
%8.36
%61.67

CMYK Percentages of Color #5618b1

%51
%86
%0
%31

Triadic Colors of #5618b1

#5618b1 #b15618 #18b156

Analogous Colors of #5618b1

#5618b1 #a318b1 #1827b1

Monochromatic Colors of #5618b1

#5618b1

Complementary Color

#5618b1 #73b118

#5618b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5618b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5618b1 Color CSS Codes

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

#5618b1 Text Font Color

<p style="color:#5618b1">Text here</p>

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


#5618b1 Background Color

<div style="background-color:#5618b1">
Div content here</div>

This div background color is #5618b1


#5618b1 Border Color

<div style="border:3px solid #5618b1">
Div here</div>

This div border color is #5618b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,24,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5618b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5618b1;
  -webkit-box-shadow: 1px 1px 3px 2px #5618b1;
  box-shadow:         1px 1px 3px 2px #5618b1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5618b1


Comments

No comments written yet.

Please login to write comment.