Color Hex Logo

#d060da Color Hex

#D060DA
(208,96,218)
0 Favorites   0 Comments

Color spaces of #d060da

RGB 20896218
HSL0.820.620.62
HSV295°56°85°
CMYK 0.050.560.00   0.15
XYZ42.850226.837669.2514
Yxy26.83760.30840.1932
Hunter Lab51.805056.9864-42.9936
CIE-Lab58.823760.8746-42.9901

#d060da color RGB value is (208,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 11011010
Octal 320 140 332
Decimal 208 96 218
Hex D0 60 DA

RGB Percentages of Color #d060da

%39.85
%18.39
%41.76

CMYK Percentages of Color #d060da

%5
%56
%0
%15

Triadic Colors of #d060da

#d060da #dad060 #60dad0

Analogous Colors of #d060da

#d060da #da60a7 #9360da

Monochromatic Colors of #d060da

#d060da

Complementary Color

#d060da #6ada60

#d060da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060da Color CSS Codes

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

#d060da Text Font Color

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

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


#d060da Background Color

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

This div background color is #d060da


#d060da Border Color

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

This div border color is #d060da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060da


Comments

No comments written yet.

Please login to write comment.