Color Hex Logo

#d563da Color Hex

#D563DA
(213,99,218)
0 Favorites   0 Comments

Color spaces of #d563da

RGB 21399218
HSL0.830.620.62
HSV297°55°85°
CMYK 0.020.550.00   0.15
XYZ44.557328.131869.4112
Yxy28.13180.31360.1980
Hunter Lab53.039457.1351-40.4636
CIE-Lab60.007660.7967-41.0810

#d563da color RGB value is (213,99,218).

#d563da hex color red value is 213, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d563da hue: 0.83 , saturation: 0.62 and the lightness value of d563da is 0.62.

The process color (four color CMYK) of #d563da color hex is 0.02, 0.55, 0.00, 0.15. Web safe color of #d563da is #cc66cc. Color #d563da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 11011010
Octal 325 143 332
Decimal 213 99 218
Hex D5 63 DA

RGB Percentages of Color #d563da

%40.19
%18.68
%41.13

CMYK Percentages of Color #d563da

%2
%55
%0
%15

Triadic Colors of #d563da

#d563da #dad563 #63dad5

Analogous Colors of #d563da

#d563da #da63a4 #9a63da

Monochromatic Colors of #d563da

#d563da

Complementary Color

#d563da #68da63

#d563da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d563da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d563da Color CSS Codes

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

#d563da Text Font Color

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

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


#d563da Background Color

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

This div background color is #d563da


#d563da Border Color

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

This div border color is #d563da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d563da


Comments

No comments written yet.

Please login to write comment.