Color Hex Logo

#df69bf Color Hex

#DF69BF
(223,105,191)
0 Favorites   0 Comments

Color spaces of #df69bf

RGB 223105191
HSL0.880.650.64
HSV316°53°87°
CMYK 0.000.530.14   0.13
XYZ44.887029.552752.6287
Yxy29.55270.35330.2326
Hunter Lab54.362452.2532-19.3455
CIE-Lab61.266356.3268-23.7404

#df69bf color RGB value is (223,105,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 10111111
Octal 337 151 277
Decimal 223 105 191
Hex DF 69 BF

RGB Percentages of Color #df69bf

%42.97
%20.23
%36.80

CMYK Percentages of Color #df69bf

%0
%53
%14
%13

Triadic Colors of #df69bf

#df69bf #bfdf69 #69bfdf

Analogous Colors of #df69bf

#df69bf #df6984 #c469df

Monochromatic Colors of #df69bf

#df69bf

Complementary Color

#df69bf #69df89

#df69bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df69bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df69bf Color CSS Codes

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

#df69bf Text Font Color

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

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


#df69bf Background Color

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

This div background color is #df69bf


#df69bf Border Color

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

This div border color is #df69bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df69bf


Comments

No comments written yet.

Please login to write comment.