Color Hex Logo

#562abe Color Hex

#562ABE
(86,42,190)
0 Favorites   0 Comments

Color spaces of #562abe

RGB 8642190
HSL0.720.640.45
HSV258°78°75°
CMYK 0.550.780.00   0.25
XYZ13.96007.352149.3985
Yxy7.35210.19740.1040
Hunter Lab27.114844.4497-89.0360
CIE-Lab32.595454.3437-69.8938

#562abe color RGB value is (86,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101010 10111110
Octal 126 52 276
Decimal 86 42 190
Hex 56 2A BE

RGB Percentages of Color #562abe

%27.04
%13.21
%59.75

CMYK Percentages of Color #562abe

%55
%78
%0
%25

Triadic Colors of #562abe

#562abe #be562a #2abe56

Analogous Colors of #562abe

#562abe #a02abe #2a48be

Monochromatic Colors of #562abe

#562abe

Complementary Color

#562abe #92be2a

#562abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#562abe Color CSS Codes

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

#562abe Text Font Color

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

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


#562abe Background Color

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

This div background color is #562abe


#562abe Border Color

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

This div border color is #562abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562abe


Comments

No comments written yet.

Please login to write comment.