Color Hex Logo

#5642be Color Hex

#5642BE
(86,66,190)
0 Favorites   0 Comments

Color spaces of #5642be

RGB 8666190
HSL0.690.490.50
HSV250°65°75°
CMYK 0.550.650.00   0.25
XYZ15.08029.592649.7719
Yxy9.59260.20260.1289
Hunter Lab30.971932.7106-73.5987
CIE-Lab37.101141.7981-62.5117

#5642be color RGB value is (86,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000010 10111110
Octal 126 102 276
Decimal 86 66 190
Hex 56 42 BE

RGB Percentages of Color #5642be

%25.15
%19.30
%55.56

CMYK Percentages of Color #5642be

%55
%65
%0
%25

Triadic Colors of #5642be

#5642be #be5642 #42be56

Analogous Colors of #5642be

#5642be #9442be #426cbe

Monochromatic Colors of #5642be

#5642be

Complementary Color

#5642be #aabe42

#5642be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5642be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5642be Color CSS Codes

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

#5642be Text Font Color

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

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


#5642be Background Color

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

This div background color is #5642be


#5642be Border Color

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

This div border color is #5642be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,66,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 #5642be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5642be


Comments

No comments written yet.

Please login to write comment.