Color Hex Logo

#562fdd Color Hex

#562FDD
(86,47,221)
0 Favorites   0 Comments

Color spaces of #562fdd

RGB 8647221
HSL0.700.720.53
HSV253°79°87°
CMYK 0.610.790.00   0.13
XYZ17.90549.231969.2448
Yxy9.23190.18580.0958
Hunter Lab30.384052.0185-113.8522
CIE-Lab36.427060.6495-81.5996

#562fdd color RGB value is (86,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101111 11011101
Octal 126 57 335
Decimal 86 47 221
Hex 56 2F DD

RGB Percentages of Color #562fdd

%24.29
%13.28
%62.43

CMYK Percentages of Color #562fdd

%61
%79
%0
%13

Triadic Colors of #562fdd

#562fdd #dd562f #2fdd56

Analogous Colors of #562fdd

#562fdd #ad2fdd #2f5fdd

Monochromatic Colors of #562fdd

#562fdd

Complementary Color

#562fdd #b6dd2f

#562fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#562fdd Color CSS Codes

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

#562fdd Text Font Color

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

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


#562fdd Background Color

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

This div background color is #562fdd


#562fdd Border Color

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

This div border color is #562fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562fdd


Comments

No comments written yet.

Please login to write comment.