Color Hex Logo

#df65bf Color Hex

#DF65BF
(223,101,191)
0 Favorites   0 Comments

Color spaces of #df65bf

RGB 223101191
HSL0.880.660.64
HSV316°55°87°
CMYK 0.000.550.14   0.13
XYZ44.489128.756952.4960
Yxy28.75690.35380.2287
Hunter Lab53.625554.2438-20.5034
CIE-Lab60.566558.1895-24.8151

#df65bf color RGB value is (223,101,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 10111111
Octal 337 145 277
Decimal 223 101 191
Hex DF 65 BF

RGB Percentages of Color #df65bf

%43.30
%19.61
%37.09

CMYK Percentages of Color #df65bf

%0
%55
%14
%13

Triadic Colors of #df65bf

#df65bf #bfdf65 #65bfdf

Analogous Colors of #df65bf

#df65bf #df6582 #c265df

Monochromatic Colors of #df65bf

#df65bf

Complementary Color

#df65bf #65df85

#df65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df65bf Color CSS Codes

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

#df65bf Text Font Color

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

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


#df65bf Background Color

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

This div background color is #df65bf


#df65bf Border Color

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

This div border color is #df65bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df65bf


Comments

No comments written yet.

Please login to write comment.