Color Hex Logo

#df69bc Color Hex

#DF69BC
(223,105,188)
0 Favorites   0 Comments

Color spaces of #df69bc

RGB 223105188
HSL0.880.650.64
HSV318°53°87°
CMYK 0.000.530.16   0.13
XYZ44.560129.422050.9074
Yxy29.42200.35680.2356
Hunter Lab54.242151.7150-17.6756
CIE-Lab61.152355.8710-22.2069

#df69bc color RGB value is (223,105,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 10111100
Octal 337 151 274
Decimal 223 105 188
Hex DF 69 BC

RGB Percentages of Color #df69bc

%43.22
%20.35
%36.43

CMYK Percentages of Color #df69bc

%0
%53
%16
%13

Triadic Colors of #df69bc

#df69bc #bcdf69 #69bcdf

Analogous Colors of #df69bc

#df69bc #df6981 #c769df

Monochromatic Colors of #df69bc

#df69bc

Complementary Color

#df69bc #69df8c

#df69bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df69bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df69bc Color CSS Codes

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

#df69bc Text Font Color

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

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


#df69bc Background Color

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

This div background color is #df69bc


#df69bc Border Color

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

This div border color is #df69bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df69bc


Comments

No comments written yet.

Please login to write comment.