Color Hex Logo

#d260da Color Hex

#D260DA
(210,96,218)
0 Favorites   0 Comments

Color spaces of #d260da

RGB 21096218
HSL0.820.620.62
HSV296°56°85°
CMYK 0.040.560.00   0.15
XYZ43.416127.129369.2779
Yxy27.12930.31050.1940
Hunter Lab52.085857.6385-42.4000
CIE-Lab59.093861.3907-42.5463

#d260da color RGB value is (210,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100000 11011010
Octal 322 140 332
Decimal 210 96 218
Hex D2 60 DA

RGB Percentages of Color #d260da

%40.08
%18.32
%41.60

CMYK Percentages of Color #d260da

%4
%56
%0
%15

Triadic Colors of #d260da

#d260da #dad260 #60dad2

Analogous Colors of #d260da

#d260da #da60a5 #9560da

Monochromatic Colors of #d260da

#d260da

Complementary Color

#d260da #68da60

#d260da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d260da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d260da Color CSS Codes

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

#d260da Text Font Color

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

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


#d260da Background Color

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

This div background color is #d260da


#d260da Border Color

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

This div border color is #d260da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d260da


Comments

No comments written yet.

Please login to write comment.