Color Hex Logo

#d460cc Color Hex

#D460CC
(212,96,204)
0 Favorites   0 Comments

Color spaces of #d460cc

RGB 21296204
HSL0.840.570.60
HSV304°55°83°
CMYK 0.000.550.04   0.17
XYZ42.233326.722460.0587
Yxy26.72240.32740.2071
Hunter Lab51.693755.3689-32.6986
CIE-Lab58.716559.4880-35.2004

#d460cc color RGB value is (212,96,204).

#d460cc hex color red value is 212, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d460cc hue: 0.84 , saturation: 0.57 and the lightness value of d460cc is 0.60.

The process color (four color CMYK) of #d460cc color hex is 0.00, 0.55, 0.04, 0.17. Web safe color of #d460cc is #cc66cc. Color #d460cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 11001100
Octal 324 140 314
Decimal 212 96 204
Hex D4 60 CC

RGB Percentages of Color #d460cc

%41.41
%18.75
%39.84

CMYK Percentages of Color #d460cc

%0
%55
%4
%17

Triadic Colors of #d460cc

#d460cc #ccd460 #60ccd4

Analogous Colors of #d460cc

#d460cc #d46092 #a260d4

Monochromatic Colors of #d460cc

#d460cc

Complementary Color

#d460cc #60d468

#d460cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460cc Color CSS Codes

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

#d460cc Text Font Color

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

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


#d460cc Background Color

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

This div background color is #d460cc


#d460cc Border Color

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

This div border color is #d460cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460cc


Comments

No comments written yet.

Please login to write comment.