Color Hex Logo

#d486dd Color Hex

#D486DD
(212,134,221)
0 Favorites   0 Comments

Color spaces of #d486dd

RGB 212134221
HSL0.820.560.70
HSV294°39°87°
CMYK 0.040.390.00   0.13
XYZ48.727636.267772.8388
Yxy36.26770.30870.2298
Hunter Lab60.222739.0389-29.5549
CIE-Lab66.724043.6052-32.2890

#d486dd color RGB value is (212,134,221).

#d486dd hex color red value is 212, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d486dd hue: 0.82 , saturation: 0.56 and the lightness value of d486dd is 0.70.

The process color (four color CMYK) of #d486dd color hex is 0.04, 0.39, 0.00, 0.13. Web safe color of #d486dd is #cc99cc. Color #d486dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 11011101
Octal 324 206 335
Decimal 212 134 221
Hex D4 86 DD

RGB Percentages of Color #d486dd

%37.39
%23.63
%38.98

CMYK Percentages of Color #d486dd

%4
%39
%0
%13

Triadic Colors of #d486dd

#d486dd #ddd486 #86ddd4

Analogous Colors of #d486dd

#d486dd #dd86bb #a986dd

Monochromatic Colors of #d486dd

#d486dd

Complementary Color

#d486dd #8fdd86

#d486dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d486dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d486dd Color CSS Codes

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

#d486dd Text Font Color

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

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


#d486dd Background Color

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

This div background color is #d486dd


#d486dd Border Color

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

This div border color is #d486dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d486dd


Comments

No comments written yet.

Please login to write comment.