Color Hex Logo

#df106b Color Hex

#DF106B
(223,16,107)
0 Favorites   0 Comments

Color spaces of #df106b

RGB 22316107
HSL0.930.870.47
HSV334°93°87°
CMYK 0.000.930.52   0.13
XYZ33.270617.120115.4609
Yxy17.12010.50520.2600
Hunter Lab41.376471.12226.8090
CIE-Lab48.411074.74596.7125

#df106b color RGB value is (223,16,107).

#df106b hex color red value is 223, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #df106b hue: 0.93 , saturation: 0.87 and the lightness value of df106b is 0.47.

The process color (four color CMYK) of #df106b color hex is 0.00, 0.93, 0.52, 0.13. Web safe color of #df106b is #cc0066. Color #df106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010000 01101011
Octal 337 20 153
Decimal 223 16 107
Hex DF 10 6B

RGB Percentages of Color #df106b

%64.45
%4.62
%30.92

CMYK Percentages of Color #df106b

%0
%93
%52
%13

Triadic Colors of #df106b

#df106b #6bdf10 #106bdf

Analogous Colors of #df106b

#df106b #df1d10 #df10d3

Monochromatic Colors of #df106b

#df106b

Complementary Color

#df106b #10df84

#df106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df106b Color CSS Codes

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

#df106b Text Font Color

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

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


#df106b Background Color

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

This div background color is #df106b


#df106b Border Color

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

This div border color is #df106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df106b


Comments

No comments written yet.

Please login to write comment.