Color Hex Logo

#5649de Color Hex

#5649DE
(86,73,222)
0 Favorites   0 Comments

Color spaces of #5649de

RGB 8673222
HSL0.680.690.58
HSV245°67°87°
CMYK 0.610.670.00   0.13
XYZ19.405112.017470.4041
Yxy12.01740.19060.1180
Hunter Lab34.666139.2535-96.1469
CIE-Lab41.243847.6764-74.2494

#5649de color RGB value is (86,73,222).

#5649de hex color red value is 86, green value is 73 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5649de hue: 0.68 , saturation: 0.69 and the lightness value of 5649de is 0.58.

The process color (four color CMYK) of #5649de color hex is 0.61, 0.67, 0.00, 0.13. Web safe color of #5649de is #6633cc. Color #5649de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001001 11011110
Octal 126 111 336
Decimal 86 73 222
Hex 56 49 DE

RGB Percentages of Color #5649de

%22.57
%19.16
%58.27

CMYK Percentages of Color #5649de

%61
%67
%0
%13

Triadic Colors of #5649de

#5649de #de5649 #49de56

Analogous Colors of #5649de

#5649de #a149de #4987de

Monochromatic Colors of #5649de

#5649de

Complementary Color

#5649de #d1de49

#5649de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5649de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5649de Color CSS Codes

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

#5649de Text Font Color

<p style="color:#5649de">Text here</p>

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


#5649de Background Color

<div style="background-color:#5649de">
Div content here</div>

This div background color is #5649de


#5649de Border Color

<div style="border:3px solid #5649de">
Div here</div>

This div border color is #5649de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,73,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5649de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5649de;
  -webkit-box-shadow: 1px 1px 3px 2px #5649de;
  box-shadow:         1px 1px 3px 2px #5649de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5649de


Comments

No comments written yet.

Please login to write comment.