Color Hex Logo

#d951bd Color Hex

#D951BD
(217,81,189)
0 Favorites   0 Comments

Color spaces of #d951bd

RGB 21781189
HSL0.870.640.58
HSV312°63°85°
CMYK 0.000.630.13   0.15
XYZ40.743024.310750.6892
Yxy24.31070.35200.2100
Hunter Lab49.305961.2149-26.4393
CIE-Lab56.397564.9418-30.1826

#d951bd color RGB value is (217,81,189).

#d951bd hex color red value is 217, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d951bd hue: 0.87 , saturation: 0.64 and the lightness value of d951bd is 0.58.

The process color (four color CMYK) of #d951bd color hex is 0.00, 0.63, 0.13, 0.15. Web safe color of #d951bd is #cc66cc. Color #d951bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010001 10111101
Octal 331 121 275
Decimal 217 81 189
Hex D9 51 BD

RGB Percentages of Color #d951bd

%44.56
%16.63
%38.81

CMYK Percentages of Color #d951bd

%0
%63
%13
%15

Triadic Colors of #d951bd

#d951bd #bdd951 #51bdd9

Analogous Colors of #d951bd

#d951bd #d95179 #b151d9

Monochromatic Colors of #d951bd

#d951bd

Complementary Color

#d951bd #51d96d

#d951bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d951bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d951bd Color CSS Codes

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

#d951bd Text Font Color

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

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


#d951bd Background Color

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

This div background color is #d951bd


#d951bd Border Color

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

This div border color is #d951bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d951bd


Comments

No comments written yet.

Please login to write comment.