Color Hex Logo

#562ddb Color Hex

#562DDB
(86,45,219)
0 Favorites   0 Comments

Color spaces of #562ddb

RGB 8645219
HSL0.710.710.52
HSV254°79°86°
CMYK 0.610.790.00   0.14
XYZ17.56238.969767.8235
Yxy8.96970.18610.0951
Hunter Lab29.949552.2605-113.3034
CIE-Lab35.925960.9669-81.2787

#562ddb color RGB value is (86,45,219).

#562ddb hex color red value is 86, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #562ddb hue: 0.71 , saturation: 0.71 and the lightness value of 562ddb is 0.52.

The process color (four color CMYK) of #562ddb color hex is 0.61, 0.79, 0.00, 0.14. Web safe color of #562ddb is #6633cc. Color #562ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101101 11011011
Octal 126 55 333
Decimal 86 45 219
Hex 56 2D DB

RGB Percentages of Color #562ddb

%24.57
%12.86
%62.57

CMYK Percentages of Color #562ddb

%61
%79
%0
%14

Triadic Colors of #562ddb

#562ddb #db562d #2ddb56

Analogous Colors of #562ddb

#562ddb #ad2ddb #2d5bdb

Monochromatic Colors of #562ddb

#562ddb

Complementary Color

#562ddb #b2db2d

#562ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#562ddb Color CSS Codes

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

#562ddb Text Font Color

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

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


#562ddb Background Color

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

This div background color is #562ddb


#562ddb Border Color

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

This div border color is #562ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562ddb


Comments

No comments written yet.

Please login to write comment.