Color Hex Logo

#d380bd Color Hex

#D380BD
(211,128,189)
0 Favorites   0 Comments

Color spaces of #d380bd

RGB 211128189
HSL0.880.490.66
HSV316°39°83°
CMYK 0.000.390.10   0.17
XYZ43.768432.961352.1994
Yxy32.96130.33950.2557
Hunter Lab57.411935.6099-13.7186
CIE-Lab64.129640.7237-18.3759

#d380bd color RGB value is (211,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 10111101
Octal 323 200 275
Decimal 211 128 189
Hex D3 80 BD

RGB Percentages of Color #d380bd

%39.96
%24.24
%35.80

CMYK Percentages of Color #d380bd

%0
%39
%10
%17

Triadic Colors of #d380bd

#d380bd #bdd380 #80bdd3

Analogous Colors of #d380bd

#d380bd #d38094 #c080d3

Monochromatic Colors of #d380bd

#d380bd

Complementary Color

#d380bd #80d396

#d380bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d380bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d380bd Color CSS Codes

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

#d380bd Text Font Color

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

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


#d380bd Background Color

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

This div background color is #d380bd


#d380bd Border Color

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

This div border color is #d380bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d380bd


Comments

No comments written yet.

Please login to write comment.