Color Hex Logo

#d384bd Color Hex

#D384BD
(211,132,189)
0 Favorites   0 Comments

Color spaces of #d384bd

RGB 211132189
HSL0.880.470.67
HSV317°37°83°
CMYK 0.000.370.10   0.17
XYZ44.300534.025552.3768
Yxy34.02550.33890.2603
Hunter Lab58.331433.4842-12.4056
CIE-Lab64.982838.6043-17.0819

#d384bd color RGB value is (211,132,189).

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

The process color (four color CMYK) of #d384bd color hex is 0.00, 0.37, 0.10, 0.17. Web safe color of #d384bd is #cc99cc. Color #d384bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 10111101
Octal 323 204 275
Decimal 211 132 189
Hex D3 84 BD

RGB Percentages of Color #d384bd

%39.66
%24.81
%35.53

CMYK Percentages of Color #d384bd

%0
%37
%10
%17

Triadic Colors of #d384bd

#d384bd #bdd384 #84bdd3

Analogous Colors of #d384bd

#d384bd #d38496 #c284d3

Monochromatic Colors of #d384bd

#d384bd

Complementary Color

#d384bd #84d39a

#d384bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d384bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d384bd Color CSS Codes

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

#d384bd Text Font Color

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

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


#d384bd Background Color

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

This div background color is #d384bd


#d384bd Border Color

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

This div border color is #d384bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,132,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 #d384bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d384bd


Comments

No comments written yet.

Please login to write comment.