Color Hex Logo

#5618ed Color Hex

#5618ED
(86,24,237)
0 Favorites   0 Comments

Color spaces of #5618ed

RGB 8624237
HSL0.720.860.51
HSV257°90°93°
CMYK 0.640.900.00   0.07
XYZ19.45048.746180.7838
Yxy8.74610.17850.0803
Hunter Lab29.573865.6435-141.2549
CIE-Lab35.490872.7026-92.2809

#5618ed color RGB value is (86,24,237).

#5618ed hex color red value is 86, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5618ed hue: 0.72 , saturation: 0.86 and the lightness value of 5618ed is 0.51.

The process color (four color CMYK) of #5618ed color hex is 0.64, 0.90, 0.00, 0.07. Web safe color of #5618ed is #6600ff. Color #5618ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011000 11101101
Octal 126 30 355
Decimal 86 24 237
Hex 56 18 ED

RGB Percentages of Color #5618ed

%24.78
%6.92
%68.30

CMYK Percentages of Color #5618ed

%64
%90
%0
%7

Triadic Colors of #5618ed

#5618ed #ed5618 #18ed56

Analogous Colors of #5618ed

#5618ed #c118ed #1845ed

Monochromatic Colors of #5618ed

#5618ed

Complementary Color

#5618ed #afed18

#5618ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5618ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5618ed Color CSS Codes

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

#5618ed Text Font Color

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

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


#5618ed Background Color

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

This div background color is #5618ed


#5618ed Border Color

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

This div border color is #5618ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5618ed


Comments

No comments written yet.

Please login to write comment.