Color Hex Logo

#560eaf Color Hex

#560EAF
(86,14,175)
0 Favorites   0 Comments

Color spaces of #560eaf

RGB 8614175
HSL0.740.850.37
HSV267°92°69°
CMYK 0.510.920.00   0.31
XYZ11.73275.387740.9790
Yxy5.38770.20190.0927
Hunter Lab23.211449.6066-88.4266
CIE-Lab27.811960.1118-68.8610

#560eaf color RGB value is (86,14,175).

#560eaf hex color red value is 86, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #560eaf hue: 0.74 , saturation: 0.85 and the lightness value of 560eaf is 0.37.

The process color (four color CMYK) of #560eaf color hex is 0.51, 0.92, 0.00, 0.31. Web safe color of #560eaf is #660099. Color #560eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001110 10101111
Octal 126 16 257
Decimal 86 14 175
Hex 56 E AF

RGB Percentages of Color #560eaf

%31.27
%5.09
%63.64

CMYK Percentages of Color #560eaf

%51
%92
%0
%31

Triadic Colors of #560eaf

#560eaf #af560e #0eaf56

Analogous Colors of #560eaf

#560eaf #a70eaf #0e16af

Monochromatic Colors of #560eaf

#560eaf

Complementary Color

#560eaf #67af0e

#560eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#560eaf Color CSS Codes

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

#560eaf Text Font Color

<p style="color:#560eaf">Text here</p>

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


#560eaf Background Color

<div style="background-color:#560eaf">
Div content here</div>

This div background color is #560eaf


#560eaf Border Color

<div style="border:3px solid #560eaf">
Div here</div>

This div border color is #560eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #560eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #560eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #560eaf;
  box-shadow:         1px 1px 3px 2px #560eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560eaf


Comments

No comments written yet.

Please login to write comment.