Color Hex Logo

#d286bd Color Hex

#D286BD
(210,134,189)
0 Favorites   0 Comments

Color spaces of #d286bd

RGB 210134189
HSL0.880.460.67
HSV317°36°82°
CMYK 0.000.360.10   0.18
XYZ44.288734.426052.4547
Yxy34.42600.33760.2625
Hunter Lab58.673732.0584-11.9341
CIE-Lab65.299337.2056-16.6139

#d286bd color RGB value is (210,134,189).

#d286bd hex color red value is 210, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d286bd hue: 0.88 , saturation: 0.46 and the lightness value of d286bd is 0.67.

The process color (four color CMYK) of #d286bd color hex is 0.00, 0.36, 0.10, 0.18. Web safe color of #d286bd is #cc99cc. Color #d286bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000110 10111101
Octal 322 206 275
Decimal 210 134 189
Hex D2 86 BD

RGB Percentages of Color #d286bd

%39.40
%25.14
%35.46

CMYK Percentages of Color #d286bd

%0
%36
%10
%18

Triadic Colors of #d286bd

#d286bd #bdd286 #86bdd2

Analogous Colors of #d286bd

#d286bd #d28697 #c186d2

Monochromatic Colors of #d286bd

#d286bd

Complementary Color

#d286bd #86d29b

#d286bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d286bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d286bd Color CSS Codes

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

#d286bd Text Font Color

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

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


#d286bd Background Color

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

This div background color is #d286bd


#d286bd Border Color

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

This div border color is #d286bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d286bd


Comments

No comments written yet.

Please login to write comment.