Color Hex Logo

#d582bd Color Hex

#D582BD
(213,130,189)
0 Favorites   0 Comments

Color spaces of #d582bd

RGB 213130189
HSL0.880.500.67
HSV317°39°84°
CMYK 0.000.390.11   0.16
XYZ44.608533.785552.3142
Yxy33.78550.34130.2585
Hunter Lab58.125335.2713-12.6748
CIE-Lab64.792040.3233-17.3485

#d582bd color RGB value is (213,130,189).

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

The process color (four color CMYK) of #d582bd color hex is 0.00, 0.39, 0.11, 0.16. Web safe color of #d582bd is #cc99cc. Color #d582bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 10111101
Octal 325 202 275
Decimal 213 130 189
Hex D5 82 BD

RGB Percentages of Color #d582bd

%40.04
%24.44
%35.53

CMYK Percentages of Color #d582bd

%0
%39
%11
%16

Triadic Colors of #d582bd

#d582bd #bdd582 #82bdd5

Analogous Colors of #d582bd

#d582bd #d58294 #c482d5

Monochromatic Colors of #d582bd

#d582bd

Complementary Color

#d582bd #82d59a

#d582bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582bd Color CSS Codes

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

#d582bd Text Font Color

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

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


#d582bd Background Color

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

This div background color is #d582bd


#d582bd Border Color

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

This div border color is #d582bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582bd


Comments

No comments written yet.

Please login to write comment.