Color Hex Logo

#d46cd6 Color Hex

#D46CD6
(212,108,214)
0 Favorites   0 Comments

Color spaces of #d46cd6

RGB 212108214
HSL0.830.560.63
HSV299°50°84°
CMYK 0.010.500.00   0.16
XYZ44.651529.577266.9739
Yxy29.57720.31620.2095
Hunter Lab54.384951.3797-34.9450
CIE-Lab61.287755.5527-36.8352

#d46cd6 color RGB value is (212,108,214).

#d46cd6 hex color red value is 212, green value is 108 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d46cd6 hue: 0.83 , saturation: 0.56 and the lightness value of d46cd6 is 0.63.

The process color (four color CMYK) of #d46cd6 color hex is 0.01, 0.50, 0.00, 0.16. Web safe color of #d46cd6 is #cc66cc. Color #d46cd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101100 11010110
Octal 324 154 326
Decimal 212 108 214
Hex D4 6C D6

RGB Percentages of Color #d46cd6

%39.70
%20.22
%40.07

CMYK Percentages of Color #d46cd6

%1
%50
%0
%16

Triadic Colors of #d46cd6

#d46cd6 #d6d46c #6cd6d4

Analogous Colors of #d46cd6

#d46cd6 #d66ca3 #9f6cd6

Monochromatic Colors of #d46cd6

#d46cd6

Complementary Color

#d46cd6 #6ed66c

#d46cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46cd6 Color CSS Codes

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

#d46cd6 Text Font Color

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

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


#d46cd6 Background Color

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

This div background color is #d46cd6


#d46cd6 Border Color

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

This div border color is #d46cd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46cd6


Comments

No comments written yet.

Please login to write comment.