Color Hex Logo

#df46bd Color Hex

#DF46BD
(223,70,189)
0 Favorites   0 Comments

Color spaces of #df46bd

RGB 22370189
HSL0.870.710.57
HSV313°69°87°
CMYK 0.000.690.15   0.13
XYZ41.806923.742450.5234
Yxy23.74240.36020.2045
Hunter Lab48.726267.8816-27.3685
CIE-Lab55.829070.6459-30.9938

#df46bd color RGB value is (223,70,189).

#df46bd hex color red value is 223, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df46bd hue: 0.87 , saturation: 0.71 and the lightness value of df46bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10111101
Octal 337 106 275
Decimal 223 70 189
Hex DF 46 BD

RGB Percentages of Color #df46bd

%46.27
%14.52
%39.21

CMYK Percentages of Color #df46bd

%0
%69
%15
%13

Triadic Colors of #df46bd

#df46bd #bddf46 #46bddf

Analogous Colors of #df46bd

#df46bd #df4671 #b546df

Monochromatic Colors of #df46bd

#df46bd

Complementary Color

#df46bd #46df68

#df46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46bd Color CSS Codes

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

#df46bd Text Font Color

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

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


#df46bd Background Color

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

This div background color is #df46bd


#df46bd Border Color

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

This div border color is #df46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46bd


Comments

No comments written yet.

Please login to write comment.