Color Hex Logo

#df61bf Color Hex

#DF61BF
(223,97,191)
0 Favorites   0 Comments

Color spaces of #df61bf

RGB 22397191
HSL0.880.660.63
HSV315°57°87°
CMYK 0.000.570.14   0.13
XYZ44.110127.999052.3697
Yxy27.99900.35440.2249
Hunter Lab52.914156.2011-21.6402
CIE-Lab59.887860.0092-25.8593

#df61bf color RGB value is (223,97,191).

#df61bf hex color red value is 223, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #df61bf hue: 0.88 , saturation: 0.66 and the lightness value of df61bf is 0.63.

The process color (four color CMYK) of #df61bf color hex is 0.00, 0.57, 0.14, 0.13. Web safe color of #df61bf is #cc66cc. Color #df61bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 10111111
Octal 337 141 277
Decimal 223 97 191
Hex DF 61 BF

RGB Percentages of Color #df61bf

%43.64
%18.98
%37.38

CMYK Percentages of Color #df61bf

%0
%57
%14
%13

Triadic Colors of #df61bf

#df61bf #bfdf61 #61bfdf

Analogous Colors of #df61bf

#df61bf #df6180 #c061df

Monochromatic Colors of #df61bf

#df61bf

Complementary Color

#df61bf #61df81

#df61bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61bf Color CSS Codes

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

#df61bf Text Font Color

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

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


#df61bf Background Color

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

This div background color is #df61bf


#df61bf Border Color

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

This div border color is #df61bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61bf


Comments

No comments written yet.

Please login to write comment.