Color Hex Logo

#d106be Color Hex

#D106BE
(209,6,190)
0 Favorites   0 Comments

Color spaces of #d106be

RGB 2096190
HSL0.850.940.42
HSV306°97°82°
CMYK 0.000.970.09   0.18
XYZ35.653917.403350.1952
Yxy17.40330.34530.1686
Hunter Lab41.717379.5508-42.1371
CIE-Lab48.764281.4443-42.8383

#d106be color RGB value is (209,6,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 10111110
Octal 321 6 276
Decimal 209 6 190
Hex D1 6 BE

RGB Percentages of Color #d106be

%51.60
%1.48
%46.91

CMYK Percentages of Color #d106be

%0
%97
%9
%18

Triadic Colors of #d106be

#d106be #bed106 #06bed1

Analogous Colors of #d106be

#d106be #d10659 #7f06d1

Monochromatic Colors of #d106be

#d106be

Complementary Color

#d106be #06d119

#d106be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d106be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d106be Color CSS Codes

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

#d106be Text Font Color

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

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


#d106be Background Color

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

This div background color is #d106be


#d106be Border Color

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

This div border color is #d106be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d106be


Comments

No comments written yet.

Please login to write comment.