Color Hex Logo

#562ddd Color Hex

#562DDD
(86,45,221)
0 Favorites   0 Comments

Color spaces of #562ddd

RGB 8645221
HSL0.710.720.52
HSV254°80°87°
CMYK 0.610.800.00   0.13
XYZ17.82739.075769.2188
Yxy9.07570.18550.0944
Hunter Lab30.125952.9088-115.1396
CIE-Lab36.129661.5139-82.0908

#562ddd color RGB value is (86,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101101 11011101
Octal 126 55 335
Decimal 86 45 221
Hex 56 2D DD

RGB Percentages of Color #562ddd

%24.43
%12.78
%62.78

CMYK Percentages of Color #562ddd

%61
%80
%0
%13

Triadic Colors of #562ddd

#562ddd #dd562d #2ddd56

Analogous Colors of #562ddd

#562ddd #ae2ddd #2d5cdd

Monochromatic Colors of #562ddd

#562ddd

Complementary Color

#562ddd #b4dd2d

#562ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#562ddd Color CSS Codes

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

#562ddd Text Font Color

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

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


#562ddd Background Color

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

This div background color is #562ddd


#562ddd Border Color

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

This div border color is #562ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562ddd


Comments

No comments written yet.

Please login to write comment.