Color Hex Logo

#d460da Color Hex

#D460DA
(212,96,218)
0 Favorites   0 Comments

Color spaces of #d460da

RGB 21296218
HSL0.830.620.62
HSV297°56°85°
CMYK 0.030.560.00   0.15
XYZ43.989127.424769.3047
Yxy27.42470.31260.1949
Hunter Lab52.368658.2932-41.8065
CIE-Lab59.365461.9068-42.1002

#d460da color RGB value is (212,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 11011010
Octal 324 140 332
Decimal 212 96 218
Hex D4 60 DA

RGB Percentages of Color #d460da

%40.30
%18.25
%41.44

CMYK Percentages of Color #d460da

%3
%56
%0
%15

Triadic Colors of #d460da

#d460da #dad460 #60dad4

Analogous Colors of #d460da

#d460da #da60a3 #9760da

Monochromatic Colors of #d460da

#d460da

Complementary Color

#d460da #66da60

#d460da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460da Color CSS Codes

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

#d460da Text Font Color

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

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


#d460da Background Color

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

This div background color is #d460da


#d460da Border Color

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

This div border color is #d460da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460da


Comments

No comments written yet.

Please login to write comment.