Color Hex Logo

#df06bc Color Hex

#DF06BC
(223,6,188)
0 Favorites   0 Comments

Color spaces of #df06bc

RGB 2236188
HSL0.860.950.45
HSV310°97°87°
CMYK 0.000.970.16   0.13
XYZ39.573719.449149.2452
Yxy19.44910.36550.1796
Hunter Lab44.101182.9982-35.3349
CIE-Lab51.208583.6665-37.6431

#df06bc color RGB value is (223,6,188).

#df06bc hex color red value is 223, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #df06bc hue: 0.86 , saturation: 0.95 and the lightness value of df06bc is 0.45.

The process color (four color CMYK) of #df06bc color hex is 0.00, 0.97, 0.16, 0.13. Web safe color of #df06bc is #cc00cc. Color #df06bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 10111100
Octal 337 6 274
Decimal 223 6 188
Hex DF 6 BC

RGB Percentages of Color #df06bc

%53.48
%1.44
%45.08

CMYK Percentages of Color #df06bc

%0
%97
%16
%13

Triadic Colors of #df06bc

#df06bc #bcdf06 #06bcdf

Analogous Colors of #df06bc

#df06bc #df064f #9606df

Monochromatic Colors of #df06bc

#df06bc

Complementary Color

#df06bc #06df29

#df06bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df06bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df06bc Color CSS Codes

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

#df06bc Text Font Color

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

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


#df06bc Background Color

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

This div background color is #df06bc


#df06bc Border Color

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

This div border color is #df06bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df06bc


Comments

No comments written yet.

Please login to write comment.