Color Hex Logo

#d563ed Color Hex

#D563ED
(213,99,237)
0 Favorites   0 Comments

Color spaces of #d563ed

RGB 21399237
HSL0.800.790.66
HSV290°58°93°
CMYK 0.100.580.00   0.07
XYZ47.188529.184283.2668
Yxy29.18420.29560.1828
Hunter Lab54.022461.3803-53.5703
CIE-Lab60.943964.2610-50.2327

#d563ed color RGB value is (213,99,237).

#d563ed hex color red value is 213, green value is 99 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d563ed hue: 0.80 , saturation: 0.79 and the lightness value of d563ed is 0.66.

The process color (four color CMYK) of #d563ed color hex is 0.10, 0.58, 0.00, 0.07. Web safe color of #d563ed is #cc66ff. Color #d563ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 11101101
Octal 325 143 355
Decimal 213 99 237
Hex D5 63 ED

RGB Percentages of Color #d563ed

%38.80
%18.03
%43.17

CMYK Percentages of Color #d563ed

%10
%58
%0
%7

Triadic Colors of #d563ed

#d563ed #edd563 #63edd5

Analogous Colors of #d563ed

#d563ed #ed63c0 #9063ed

Monochromatic Colors of #d563ed

#d563ed

Complementary Color

#d563ed #7bed63

#d563ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d563ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d563ed Color CSS Codes

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

#d563ed Text Font Color

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

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


#d563ed Background Color

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

This div background color is #d563ed


#d563ed Border Color

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

This div border color is #d563ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,99,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d563ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d563ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d563ed;
  box-shadow:         1px 1px 3px 2px #d563ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,99,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d563ed


Comments

No comments written yet.

Please login to write comment.