Color Hex Logo

#d564da Color Hex

#D564DA
(213,100,218)
0 Favorites   0 Comments

Color spaces of #d564da

RGB 213100218
HSL0.830.610.62
HSV297°54°85°
CMYK 0.020.540.00   0.15
XYZ44.652628.322469.4430
Yxy28.32240.31350.1989
Hunter Lab53.218856.6354-40.1119
CIE-Lab60.178960.3352-40.8120

#d564da color RGB value is (213,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 11011010
Octal 325 144 332
Decimal 213 100 218
Hex D5 64 DA

RGB Percentages of Color #d564da

%40.11
%18.83
%41.05

CMYK Percentages of Color #d564da

%2
%54
%0
%15

Triadic Colors of #d564da

#d564da #dad564 #64dad5

Analogous Colors of #d564da

#d564da #da64a4 #9a64da

Monochromatic Colors of #d564da

#d564da

Complementary Color

#d564da #69da64

#d564da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d564da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d564da Color CSS Codes

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

#d564da Text Font Color

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

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


#d564da Background Color

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

This div background color is #d564da


#d564da Border Color

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

This div border color is #d564da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,100,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 #d564da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d564da


Comments

No comments written yet.

Please login to write comment.