Color Hex Logo

#d486dc Color Hex

#D486DC
(212,134,220)
0 Favorites   0 Comments

Color spaces of #d486dc

RGB 212134220
HSL0.820.550.69
HSV294°39°86°
CMYK 0.040.390.00   0.14
XYZ48.594736.214672.1390
Yxy36.21460.30960.2307
Hunter Lab60.178638.8278-28.9488
CIE-Lab66.683643.4152-31.7967

#d486dc color RGB value is (212,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 11011100
Octal 324 206 334
Decimal 212 134 220
Hex D4 86 DC

RGB Percentages of Color #d486dc

%37.46
%23.67
%38.87

CMYK Percentages of Color #d486dc

%4
%39
%0
%14

Triadic Colors of #d486dc

#d486dc #dcd486 #86dcd4

Analogous Colors of #d486dc

#d486dc #dc86b9 #a986dc

Monochromatic Colors of #d486dc

#d486dc

Complementary Color

#d486dc #8edc86

#d486dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d486dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d486dc Color CSS Codes

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

#d486dc Text Font Color

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

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


#d486dc Background Color

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

This div background color is #d486dc


#d486dc Border Color

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

This div border color is #d486dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d486dc


Comments

No comments written yet.

Please login to write comment.