Color Hex Logo

#562edd Color Hex

#562EDD
(86,46,221)
0 Favorites   0 Comments

Color spaces of #562edd

RGB 8646221
HSL0.700.720.52
HSV254°79°87°
CMYK 0.610.790.00   0.13
XYZ17.86599.152969.2317
Yxy9.15290.18560.0951
Hunter Lab30.253852.4664-114.4996
CIE-Lab36.277061.0850-81.8473

#562edd color RGB value is (86,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101110 11011101
Octal 126 56 335
Decimal 86 46 221
Hex 56 2E DD

RGB Percentages of Color #562edd

%24.36
%13.03
%62.61

CMYK Percentages of Color #562edd

%61
%79
%0
%13

Triadic Colors of #562edd

#562edd #dd562e #2edd56

Analogous Colors of #562edd

#562edd #ae2edd #2e5edd

Monochromatic Colors of #562edd

#562edd

Complementary Color

#562edd #b5dd2e

#562edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#562edd Color CSS Codes

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

#562edd Text Font Color

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

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


#562edd Background Color

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

This div background color is #562edd


#562edd Border Color

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

This div border color is #562edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562edd


Comments

No comments written yet.

Please login to write comment.