Color Hex Logo

#d0116b Color Hex

#D0116B
(208,17,107)
0 Favorites   0 Comments

Color spaces of #d0116b

RGB 20817107
HSL0.920.850.44
HSV332°92°82°
CMYK 0.000.920.49   0.18
XYZ28.866714.872315.2591
Yxy14.87230.48930.2521
Hunter Lab38.564666.12423.5356
CIE-Lab45.458871.18192.0784

#d0116b color RGB value is (208,17,107).

#d0116b hex color red value is 208, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d0116b hue: 0.92 , saturation: 0.85 and the lightness value of d0116b is 0.44.

The process color (four color CMYK) of #d0116b color hex is 0.00, 0.92, 0.49, 0.18. Web safe color of #d0116b is #cc0066. Color #d0116b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 01101011
Octal 320 21 153
Decimal 208 17 107
Hex D0 11 6B

RGB Percentages of Color #d0116b

%62.65
%5.12
%32.23

CMYK Percentages of Color #d0116b

%0
%92
%49
%18

Triadic Colors of #d0116b

#d0116b #6bd011 #116bd0

Analogous Colors of #d0116b

#d0116b #d01711 #d011cb

Monochromatic Colors of #d0116b

#d0116b

Complementary Color

#d0116b #11d076

#d0116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0116b Color CSS Codes

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

#d0116b Text Font Color

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

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


#d0116b Background Color

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

This div background color is #d0116b


#d0116b Border Color

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

This div border color is #d0116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0116b


Comments

No comments written yet.

Please login to write comment.