Color Hex Logo

#d460cd Color Hex

#D460CD
(212,96,205)
0 Favorites   0 Comments

Color spaces of #d460cd

RGB 21296205
HSL0.840.570.60
HSV304°55°83°
CMYK 0.000.550.03   0.17
XYZ42.353726.770660.6926
Yxy26.77060.32630.2062
Hunter Lab51.740355.5714-33.3303
CIE-Lab58.761459.6567-35.6980

#d460cd color RGB value is (212,96,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100000 11001101
Octal 324 140 315
Decimal 212 96 205
Hex D4 60 CD

RGB Percentages of Color #d460cd

%41.33
%18.71
%39.96

CMYK Percentages of Color #d460cd

%0
%55
%3
%17

Triadic Colors of #d460cd

#d460cd #cdd460 #60cdd4

Analogous Colors of #d460cd

#d460cd #d46093 #a160d4

Monochromatic Colors of #d460cd

#d460cd

Complementary Color

#d460cd #60d467

#d460cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d460cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d460cd Color CSS Codes

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

#d460cd Text Font Color

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

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


#d460cd Background Color

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

This div background color is #d460cd


#d460cd Border Color

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

This div border color is #d460cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d460cd


Comments

No comments written yet.

Please login to write comment.