Color Hex Logo

#d961da Color Hex

#D961DA
(217,97,218)
0 Favorites   0 Comments

Color spaces of #d961da

RGB 21797218
HSL0.830.620.62
HSV300°56°85°
CMYK 0.000.560.00   0.15
XYZ45.544928.363169.4038
Yxy28.36310.31780.1979
Hunter Lab53.257059.4517-39.9860
CIE-Lab60.215462.7500-40.7167

#d961da color RGB value is (217,97,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 11011010
Octal 331 141 332
Decimal 217 97 218
Hex D9 61 DA

RGB Percentages of Color #d961da

%40.79
%18.23
%40.98

CMYK Percentages of Color #d961da

%0
%56
%0
%15

Triadic Colors of #d961da

#d961da #dad961 #61dad9

Analogous Colors of #d961da

#d961da #da619f #9d61da

Monochromatic Colors of #d961da

#d961da

Complementary Color

#d961da #62da61

#d961da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d961da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d961da Color CSS Codes

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

#d961da Text Font Color

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

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


#d961da Background Color

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

This div background color is #d961da


#d961da Border Color

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

This div border color is #d961da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d961da


Comments

No comments written yet.

Please login to write comment.