Color Hex Logo

#df46bf Color Hex

#DF46BF
(223,70,191)
0 Favorites   0 Comments

Color spaces of #df46bf

RGB 22370191
HSL0.870.710.57
HSV313°69°87°
CMYK 0.000.690.14   0.13
XYZ42.025623.829951.6748
Yxy23.82990.35760.2028
Hunter Lab48.815968.2429-28.5912
CIE-Lab55.917170.9280-32.0092

#df46bf color RGB value is (223,70,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10111111
Octal 337 106 277
Decimal 223 70 191
Hex DF 46 BF

RGB Percentages of Color #df46bf

%46.07
%14.46
%39.46

CMYK Percentages of Color #df46bf

%0
%69
%14
%13

Triadic Colors of #df46bf

#df46bf #bfdf46 #46bfdf

Analogous Colors of #df46bf

#df46bf #df4673 #b346df

Monochromatic Colors of #df46bf

#df46bf

Complementary Color

#df46bf #46df66

#df46bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46bf Color CSS Codes

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

#df46bf Text Font Color

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

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


#df46bf Background Color

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

This div background color is #df46bf


#df46bf Border Color

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

This div border color is #df46bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46bf


Comments

No comments written yet.

Please login to write comment.