Color Hex Logo

#d963da Color Hex

#D963DA
(217,99,218)
0 Favorites   0 Comments

Color spaces of #d963da

RGB 21799218
HSL0.830.620.62
HSV299°55°85°
CMYK 0.000.550.00   0.15
XYZ45.732028.737369.4662
Yxy28.73730.31770.1997
Hunter Lab53.607258.4648-39.3052
CIE-Lab60.549161.8466-40.1929

#d963da color RGB value is (217,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100011 11011010
Octal 331 143 332
Decimal 217 99 218
Hex D9 63 DA

RGB Percentages of Color #d963da

%40.64
%18.54
%40.82

CMYK Percentages of Color #d963da

%0
%55
%0
%15

Triadic Colors of #d963da

#d963da #dad963 #63dad9

Analogous Colors of #d963da

#d963da #da63a0 #9e63da

Monochromatic Colors of #d963da

#d963da

Complementary Color

#d963da #64da63

#d963da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d963da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d963da Color CSS Codes

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

#d963da Text Font Color

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

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


#d963da Background Color

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

This div background color is #d963da


#d963da Border Color

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

This div border color is #d963da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d963da


Comments

No comments written yet.

Please login to write comment.