Color Hex Logo

#d96aca Color Hex

#D96ACA
(217,106,202)
0 Favorites   0 Comments

Color spaces of #d96aca

RGB 217106202
HSL0.860.590.63
HSV308°51°85°
CMYK 0.000.510.07   0.15
XYZ44.430029.324059.1955
Yxy29.32400.33420.2206
Hunter Lab54.151651.6892-26.9063
CIE-Lab61.066555.8622-30.3590

#d96aca color RGB value is (217,106,202).

#d96aca hex color red value is 217, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d96aca hue: 0.86 , saturation: 0.59 and the lightness value of d96aca is 0.63.

The process color (four color CMYK) of #d96aca color hex is 0.00, 0.51, 0.07, 0.15. Web safe color of #d96aca is #cc66cc. Color #d96aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101010 11001010
Octal 331 152 312
Decimal 217 106 202
Hex D9 6A CA

RGB Percentages of Color #d96aca

%41.33
%20.19
%38.48

CMYK Percentages of Color #d96aca

%0
%51
%7
%15

Triadic Colors of #d96aca

#d96aca #cad96a #6acad9

Analogous Colors of #d96aca

#d96aca #d96a93 #b16ad9

Monochromatic Colors of #d96aca

#d96aca

Complementary Color

#d96aca #6ad979

#d96aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96aca Color CSS Codes

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

#d96aca Text Font Color

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

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


#d96aca Background Color

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

This div background color is #d96aca


#d96aca Border Color

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

This div border color is #d96aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,106,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96aca


Comments

No comments written yet.

Please login to write comment.