Color Hex Logo

#d46dda Color Hex

#D46DDA
(212,109,218)
0 Favorites   0 Comments

Color spaces of #d46dda

RGB 212109218
HSL0.820.600.64
HSV297°50°85°
CMYK 0.030.500.00   0.15
XYZ45.274929.996369.7333
Yxy29.99630.31220.2069
Hunter Lab54.768951.7122-37.1515
CIE-Lab61.651055.7871-38.5134

#d46dda color RGB value is (212,109,218).

#d46dda hex color red value is 212, green value is 109 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d46dda hue: 0.82 , saturation: 0.60 and the lightness value of d46dda is 0.64.

The process color (four color CMYK) of #d46dda color hex is 0.03, 0.50, 0.00, 0.15. Web safe color of #d46dda is #cc66cc. Color #d46dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101101 11011010
Octal 324 155 332
Decimal 212 109 218
Hex D4 6D DA

RGB Percentages of Color #d46dda

%39.33
%20.22
%40.45

CMYK Percentages of Color #d46dda

%3
%50
%0
%15

Triadic Colors of #d46dda

#d46dda #dad46d #6ddad4

Analogous Colors of #d46dda

#d46dda #da6daa #9e6dda

Monochromatic Colors of #d46dda

#d46dda

Complementary Color

#d46dda #73da6d

#d46dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46dda Color CSS Codes

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

#d46dda Text Font Color

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

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


#d46dda Background Color

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

This div background color is #d46dda


#d46dda Border Color

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

This div border color is #d46dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46dda


Comments

No comments written yet.

Please login to write comment.