Color Hex Logo

#df46db Color Hex

#DF46DB
(223,70,219)
0 Favorites   0 Comments

Color spaces of #df46db

RGB 22370219
HSL0.840.710.57
HSV302°69°87°
CMYK 0.000.690.02   0.13
XYZ45.407825.182869.4853
Yxy25.18280.32420.1798
Hunter Lab50.182573.6971-46.9683
CIE-Lab57.253175.1254-45.8914

#df46db color RGB value is (223,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 11011011
Octal 337 106 333
Decimal 223 70 219
Hex DF 46 DB

RGB Percentages of Color #df46db

%43.55
%13.67
%42.77

CMYK Percentages of Color #df46db

%0
%69
%2
%13

Triadic Colors of #df46db

#df46db #dbdf46 #46dbdf

Analogous Colors of #df46db

#df46db #df468f #9746df

Monochromatic Colors of #df46db

#df46db

Complementary Color

#df46db #46df4a

#df46db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46db Color CSS Codes

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

#df46db Text Font Color

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

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


#df46db Background Color

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

This div background color is #df46db


#df46db Border Color

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

This div border color is #df46db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,70,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df46db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46db


Comments

No comments written yet.

Please login to write comment.