Color Hex Logo

#df46bb Color Hex

#DF46BB
(223,70,187)
0 Favorites   0 Comments

Color spaces of #df46bb

RGB 22370187
HSL0.870.710.57
HSV314°69°87°
CMYK 0.000.690.16   0.13
XYZ41.591223.656149.3877
Yxy23.65610.36280.2064
Hunter Lab48.637567.5242-26.1582
CIE-Lab55.741870.3664-29.9750

#df46bb color RGB value is (223,70,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10111011
Octal 337 106 273
Decimal 223 70 187
Hex DF 46 BB

RGB Percentages of Color #df46bb

%46.46
%14.58
%38.96

CMYK Percentages of Color #df46bb

%0
%69
%16
%13

Triadic Colors of #df46bb

#df46bb #bbdf46 #46bbdf

Analogous Colors of #df46bb

#df46bb #df466f #b746df

Monochromatic Colors of #df46bb

#df46bb

Complementary Color

#df46bb #46df6a

#df46bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46bb Color CSS Codes

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

#df46bb Text Font Color

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

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


#df46bb Background Color

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

This div background color is #df46bb


#df46bb Border Color

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

This div border color is #df46bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46bb


Comments

No comments written yet.

Please login to write comment.