Color Hex Logo

#d964da Color Hex

#D964DA
(217,100,218)
0 Favorites   0 Comments

Color spaces of #d964da

RGB 217100218
HSL0.830.610.62
HSV299°54°85°
CMYK 0.000.540.00   0.15
XYZ45.827328.928069.4980
Yxy28.92800.31770.2005
Hunter Lab53.784857.9676-38.9623
CIE-Lab60.718061.3903-39.9279

#d964da color RGB value is (217,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100100 11011010
Octal 331 144 332
Decimal 217 100 218
Hex D9 64 DA

RGB Percentages of Color #d964da

%40.56
%18.69
%40.75

CMYK Percentages of Color #d964da

%0
%54
%0
%15

Triadic Colors of #d964da

#d964da #dad964 #64dad9

Analogous Colors of #d964da

#d964da #da64a0 #9e64da

Monochromatic Colors of #d964da

#d964da

Complementary Color

#d964da #65da64

#d964da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d964da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d964da Color CSS Codes

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

#d964da Text Font Color

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

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


#d964da Background Color

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

This div background color is #d964da


#d964da Border Color

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

This div border color is #d964da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d964da


Comments

No comments written yet.

Please login to write comment.