Color Hex Logo

#d9106b Color Hex

#D9106B
(217,16,107)
0 Favorites   0 Comments

Color spaces of #d9106b

RGB 21716107
HSL0.920.860.46
HSV333°93°85°
CMYK 0.000.930.51   0.15
XYZ31.454416.183815.3759
Yxy16.18380.49920.2568
Hunter Lab40.229169.16505.4992
CIE-Lab47.214773.37014.8415

#d9106b color RGB value is (217,16,107).

#d9106b hex color red value is 217, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9106b hue: 0.92 , saturation: 0.86 and the lightness value of d9106b is 0.46.

The process color (four color CMYK) of #d9106b color hex is 0.00, 0.93, 0.51, 0.15. Web safe color of #d9106b is #cc0066. Color #d9106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010000 01101011
Octal 331 20 153
Decimal 217 16 107
Hex D9 10 6B

RGB Percentages of Color #d9106b

%63.82
%4.71
%31.47

CMYK Percentages of Color #d9106b

%0
%93
%51
%15

Triadic Colors of #d9106b

#d9106b #6bd910 #106bd9

Analogous Colors of #d9106b

#d9106b #d91a10 #d910d0

Monochromatic Colors of #d9106b

#d9106b

Complementary Color

#d9106b #10d97e

#d9106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9106b Color CSS Codes

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

#d9106b Text Font Color

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

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


#d9106b Background Color

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

This div background color is #d9106b


#d9106b Border Color

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

This div border color is #d9106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9106b


Comments

No comments written yet.

Please login to write comment.