Color Hex Logo

#562abd Color Hex

#562ABD
(86,42,189)
0 Favorites   0 Comments

Color spaces of #562abd

RGB 8642189
HSL0.720.640.45
HSV258°78°74°
CMYK 0.540.780.00   0.26
XYZ13.85107.308548.8248
Yxy7.30850.19790.1044
Hunter Lab27.034244.1446-88.1559
CIE-Lab32.499154.0702-69.4626

#562abd color RGB value is (86,42,189).

#562abd hex color red value is 86, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #562abd hue: 0.72 , saturation: 0.64 and the lightness value of 562abd is 0.45.

The process color (four color CMYK) of #562abd color hex is 0.54, 0.78, 0.00, 0.26. Web safe color of #562abd is #6633cc. Color #562abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101010 10111101
Octal 126 52 275
Decimal 86 42 189
Hex 56 2A BD

RGB Percentages of Color #562abd

%27.13
%13.25
%59.62

CMYK Percentages of Color #562abd

%54
%78
%0
%26

Triadic Colors of #562abd

#562abd #bd562a #2abd56

Analogous Colors of #562abd

#562abd #a02abd #2a48bd

Monochromatic Colors of #562abd

#562abd

Complementary Color

#562abd #91bd2a

#562abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#562abd Color CSS Codes

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

#562abd Text Font Color

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

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


#562abd Background Color

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

This div background color is #562abd


#562abd Border Color

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

This div border color is #562abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,42,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #562abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #562abd;
  -webkit-box-shadow: 1px 1px 3px 2px #562abd;
  box-shadow:         1px 1px 3px 2px #562abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562abd


Comments

No comments written yet.

Please login to write comment.