Color Hex Logo

#d923bd Color Hex

#D923BD
(217,35,189)
0 Favorites   0 Comments

Color spaces of #d923bd

RGB 21735189
HSL0.860.720.49
HSV309°84°85°
CMYK 0.000.840.13   0.15
XYZ38.401619.627949.9087
Yxy19.62790.35580.1818
Hunter Lab44.303477.1906-35.7791
CIE-Lab51.413979.0584-37.9755

#d923bd color RGB value is (217,35,189).

#d923bd hex color red value is 217, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d923bd hue: 0.86 , saturation: 0.72 and the lightness value of d923bd is 0.49.

The process color (four color CMYK) of #d923bd color hex is 0.00, 0.84, 0.13, 0.15. Web safe color of #d923bd is #cc33cc. Color #d923bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 10111101
Octal 331 43 275
Decimal 217 35 189
Hex D9 23 BD

RGB Percentages of Color #d923bd

%49.21
%7.94
%42.86

CMYK Percentages of Color #d923bd

%0
%84
%13
%15

Triadic Colors of #d923bd

#d923bd #bdd923 #23bdd9

Analogous Colors of #d923bd

#d923bd #d92362 #9a23d9

Monochromatic Colors of #d923bd

#d923bd

Complementary Color

#d923bd #23d93f

#d923bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d923bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d923bd Color CSS Codes

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

#d923bd Text Font Color

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

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


#d923bd Background Color

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

This div background color is #d923bd


#d923bd Border Color

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

This div border color is #d923bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d923bd


Comments

No comments written yet.

Please login to write comment.