Color Hex Logo

#d160da Color Hex

#D160DA
(209,96,218)
0 Favorites   0 Comments

Color spaces of #d160da

RGB 20996218
HSL0.820.620.62
HSV296°56°85°
CMYK 0.040.560.00   0.15
XYZ43.132326.983069.2646
Yxy26.98300.30950.1936
Hunter Lab51.945257.3122-42.6967
CIE-Lab58.958661.1328-42.7684

#d160da color RGB value is (209,96,218).

#d160da hex color red value is 209, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d160da hue: 0.82 , saturation: 0.62 and the lightness value of d160da is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 11011010
Octal 321 140 332
Decimal 209 96 218
Hex D1 60 DA

RGB Percentages of Color #d160da

%39.96
%18.36
%41.68

CMYK Percentages of Color #d160da

%4
%56
%0
%15

Triadic Colors of #d160da

#d160da #dad160 #60dad1

Analogous Colors of #d160da

#d160da #da60a6 #9460da

Monochromatic Colors of #d160da

#d160da

Complementary Color

#d160da #69da60

#d160da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d160da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d160da Color CSS Codes

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

#d160da Text Font Color

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

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


#d160da Background Color

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

This div background color is #d160da


#d160da Border Color

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

This div border color is #d160da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d160da


Comments

No comments written yet.

Please login to write comment.