Color Hex Logo

#d460df Color Hex

#D460DF
(212,96,223)
0 Favorites   0 Comments

Color spaces of #d460df

RGB 21296223
HSL0.820.660.63
HSV295°57°87°
CMYK 0.050.570.00   0.13
XYZ44.653527.690572.8033
Yxy27.69050.30760.1908
Hunter Lab52.621859.3825-45.1937
CIE-Lab59.608162.7981-44.5294

#d460df color RGB value is (212,96,223).

#d460df hex color red value is 212, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d460df hue: 0.82 , saturation: 0.66 and the lightness value of d460df is 0.63.

The process color (four color CMYK) of #d460df color hex is 0.05, 0.57, 0.00, 0.13. Web safe color of #d460df is #cc66cc. Color #d460df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 11011111
Octal 324 140 337
Decimal 212 96 223
Hex D4 60 DF

RGB Percentages of Color #d460df

%39.92
%18.08
%42.00

CMYK Percentages of Color #d460df

%5
%57
%0
%13

Triadic Colors of #d460df

#d460df #dfd460 #60dfd4

Analogous Colors of #d460df

#d460df #df60ab #9560df

Monochromatic Colors of #d460df

#d460df

Complementary Color

#d460df #6bdf60

#d460df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460df Color CSS Codes

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

#d460df Text Font Color

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

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


#d460df Background Color

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

This div background color is #d460df


#d460df Border Color

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

This div border color is #d460df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,96,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460df


Comments

No comments written yet.

Please login to write comment.