Color Hex Logo

#d106b5 Color Hex

#D106B5
(209,6,181)
0 Favorites   0 Comments

Color spaces of #d106b5

RGB 2096181
HSL0.860.940.42
HSV308°97°82°
CMYK 0.000.970.13   0.18
XYZ34.700117.021845.1727
Yxy17.02180.35810.1757
Hunter Lab41.257577.9290-36.0362
CIE-Lab48.287580.2545-38.3251

#d106b5 color RGB value is (209,6,181).

#d106b5 hex color red value is 209, green value is 6 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d106b5 hue: 0.86 , saturation: 0.94 and the lightness value of d106b5 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 10110101
Octal 321 6 265
Decimal 209 6 181
Hex D1 6 B5

RGB Percentages of Color #d106b5

%52.78
%1.52
%45.71

CMYK Percentages of Color #d106b5

%0
%97
%13
%18

Triadic Colors of #d106b5

#d106b5 #b5d106 #06b5d1

Analogous Colors of #d106b5

#d106b5 #d10650 #8806d1

Monochromatic Colors of #d106b5

#d106b5

Complementary Color

#d106b5 #06d122

#d106b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d106b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d106b5 Color CSS Codes

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

#d106b5 Text Font Color

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

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


#d106b5 Background Color

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

This div background color is #d106b5


#d106b5 Border Color

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

This div border color is #d106b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,6,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d106b5


Comments

No comments written yet.

Please login to write comment.