Color Hex Logo

#562699 Color Hex

#562699
(86,38,153)
0 Favorites   0 Comments

Color spaces of #562699

RGB 8638153
HSL0.740.600.37
HSV265°75°60°
CMYK 0.440.750.00   0.40
XYZ10.28065.664630.6885
Yxy5.66460.22050.1215
Hunter Lab23.800435.4524-59.7888
CIE-Lab28.550046.2043-54.3196

#562699 color RGB value is (86,38,153).

#562699 hex color red value is 86, green value is 38 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #562699 hue: 0.74 , saturation: 0.60 and the lightness value of 562699 is 0.37.

The process color (four color CMYK) of #562699 color hex is 0.44, 0.75, 0.00, 0.40. Web safe color of #562699 is #663399. Color #562699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100110 10011001
Octal 126 46 231
Decimal 86 38 153
Hex 56 26 99

RGB Percentages of Color #562699

%31.05
%13.72
%55.23

CMYK Percentages of Color #562699

%44
%75
%0
%40

Triadic Colors of #562699

#562699 #995626 #269956

Analogous Colors of #562699

#562699 #902699 #262f99

Monochromatic Colors of #562699

#562699

Complementary Color

#562699 #699926

#562699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562699 Color CSS Codes

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

#562699 Text Font Color

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

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


#562699 Background Color

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

This div background color is #562699


#562699 Border Color

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

This div border color is #562699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,38,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #562699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #562699;
  -webkit-box-shadow: 1px 1px 3px 2px #562699;
  box-shadow:         1px 1px 3px 2px #562699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562699


Comments

No comments written yet.

Please login to write comment.