Color Hex Logo

#d564cf Color Hex

#D564CF
(213,100,207)
0 Favorites   0 Comments

Color spaces of #d564cf

RGB 213100207
HSL0.840.570.61
HSV303°53°84°
CMYK 0.000.530.03   0.16
XYZ43.260227.765562.1107
Yxy27.76550.32490.2085
Hunter Lab52.693054.3333-33.0017
CIE-Lab59.676358.4186-35.3927

#d564cf color RGB value is (213,100,207).

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

The process color (four color CMYK) of #d564cf color hex is 0.00, 0.53, 0.03, 0.16. Web safe color of #d564cf is #cc66cc. Color #d564cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 11001111
Octal 325 144 317
Decimal 213 100 207
Hex D5 64 CF

RGB Percentages of Color #d564cf

%40.96
%19.23
%39.81

CMYK Percentages of Color #d564cf

%0
%53
%3
%16

Triadic Colors of #d564cf

#d564cf #cfd564 #64cfd5

Analogous Colors of #d564cf

#d564cf #d56497 #a364d5

Monochromatic Colors of #d564cf

#d564cf

Complementary Color

#d564cf #64d56a

#d564cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d564cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d564cf Color CSS Codes

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

#d564cf Text Font Color

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

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


#d564cf Background Color

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

This div background color is #d564cf


#d564cf Border Color

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

This div border color is #d564cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d564cf


Comments

No comments written yet.

Please login to write comment.