color codes Logo

#d460c4 color codes

#D460C4
(212,96,196)
0 Favorites   0 Comments

Color spaces of #d460c4

RGB 21296196
HSL0.860.570.60
HSV308°55°83°
CMYK 0.000.550.08   0.17
XYZ41.298126.348355.1336
Yxy26.34830.33640.2146
Hunter Lab51.330653.7839-27.7513
CIE-Lab58.366258.1607-31.1924

#d460c4 color RGB value is (212,96,196).

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

The process color (four color CMYK) of #d460c4 color code is 0.00, 0.55, 0.08, 0.17. Web safe color of #d460c4 is #cc66cc. Color #d460c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 11000100
Octal 324 140 304
Decimal 212 96 196
Hex D4 60 C4

RGB Percentages of Color #d460c4

%42.06
%19.05
%38.89

CMYK Percentages of Color #d460c4

%0
%55
%8
%17

Triadic Colors of #d460c4

#d460c4 #c4d460 #60c4d4

Analogous Colors of #d460c4

#d460c4 #d4608a #aa60d4

Monochromatic Colors of #d460c4

#d460c4

Complementary Color

#d460c4 #60d470

#d460c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460c4 Color CSS Codes

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

#d460c4 Text Font Color

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

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


#d460c4 Background Color

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

This div background color is #d460c4


#d460c4 Border Color

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

This div border color is #d460c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460c4


Comments

No comments written yet.

Please login to write comment.