Color Hex Logo

#5646be Color Hex

#5646BE
(86,70,190)
0 Favorites   0 Comments

Color spaces of #5646be

RGB 8670190
HSL0.690.480.51
HSV248°63°75°
CMYK 0.550.630.00   0.25
XYZ15.322210.076549.8526
Yxy10.07650.20360.1339
Hunter Lab31.743530.6086-70.8934
CIE-Lab37.979439.4526-61.0806

#5646be color RGB value is (86,70,190).

#5646be hex color red value is 86, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5646be hue: 0.69 , saturation: 0.48 and the lightness value of 5646be is 0.51.

The process color (four color CMYK) of #5646be color hex is 0.55, 0.63, 0.00, 0.25. Web safe color of #5646be is #6633cc. Color #5646be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 10111110
Octal 126 106 276
Decimal 86 70 190
Hex 56 46 BE

RGB Percentages of Color #5646be

%24.86
%20.23
%54.91

CMYK Percentages of Color #5646be

%55
%63
%0
%25

Triadic Colors of #5646be

#5646be #be5646 #46be56

Analogous Colors of #5646be

#5646be #9246be #4672be

Monochromatic Colors of #5646be

#5646be

Complementary Color

#5646be #aebe46

#5646be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5646be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5646be Color CSS Codes

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

#5646be Text Font Color

<p style="color:#5646be">Text here</p>

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


#5646be Background Color

<div style="background-color:#5646be">
Div content here</div>

This div background color is #5646be


#5646be Border Color

<div style="border:3px solid #5646be">
Div here</div>

This div border color is #5646be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,70,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5646be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5646be;
  -webkit-box-shadow: 1px 1px 3px 2px #5646be;
  box-shadow:         1px 1px 3px 2px #5646be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5646be


Comments

No comments written yet.

Please login to write comment.