Color Hex Logo

#df06bd Color Hex

#DF06BD
(223,6,189)
0 Favorites   0 Comments

Color spaces of #df06bd

RGB 2236189
HSL0.860.950.45
HSV309°97°87°
CMYK 0.000.970.15   0.13
XYZ39.681919.492349.8150
Yxy19.49230.36410.1788
Hunter Lab44.150183.1724-35.9925
CIE-Lab51.258383.7922-38.1472

#df06bd color RGB value is (223,6,189).

#df06bd hex color red value is 223, green value is 6 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df06bd hue: 0.86 , saturation: 0.95 and the lightness value of df06bd is 0.45.

The process color (four color CMYK) of #df06bd color hex is 0.00, 0.97, 0.15, 0.13. Web safe color of #df06bd is #cc00cc. Color #df06bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 10111101
Octal 337 6 275
Decimal 223 6 189
Hex DF 6 BD

RGB Percentages of Color #df06bd

%53.35
%1.44
%45.22

CMYK Percentages of Color #df06bd

%0
%97
%15
%13

Triadic Colors of #df06bd

#df06bd #bddf06 #06bddf

Analogous Colors of #df06bd

#df06bd #df0651 #9506df

Monochromatic Colors of #df06bd

#df06bd

Complementary Color

#df06bd #06df28

#df06bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df06bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df06bd Color CSS Codes

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

#df06bd Text Font Color

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

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


#df06bd Background Color

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

This div background color is #df06bd


#df06bd Border Color

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

This div border color is #df06bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df06bd


Comments

No comments written yet.

Please login to write comment.