Color Hex Logo

#d169e6 Color Hex

#D169E6
(209,105,230)
0 Favorites   0 Comments

Color spaces of #d169e6

RGB 209105230
HSL0.810.710.66
HSV290°54°90°
CMYK 0.090.540.00   0.10
XYZ45.629029.371678.1273
Yxy29.37160.29800.1918
Hunter Lab54.195655.4427-47.5344
CIE-Lab61.108259.1423-46.1062

#d169e6 color RGB value is (209,105,230).

#d169e6 hex color red value is 209, green value is 105 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d169e6 hue: 0.81 , saturation: 0.71 and the lightness value of d169e6 is 0.66.

The process color (four color CMYK) of #d169e6 color hex is 0.09, 0.54, 0.00, 0.10. Web safe color of #d169e6 is #cc66ff. Color #d169e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 11100110
Octal 321 151 346
Decimal 209 105 230
Hex D1 69 E6

RGB Percentages of Color #d169e6

%38.42
%19.30
%42.28

CMYK Percentages of Color #d169e6

%9
%54
%0
%10

Triadic Colors of #d169e6

#d169e6 #e6d169 #69e6d1

Analogous Colors of #d169e6

#d169e6 #e669bd #9369e6

Monochromatic Colors of #d169e6

#d169e6

Complementary Color

#d169e6 #7ee669

#d169e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d169e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d169e6 Color CSS Codes

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

#d169e6 Text Font Color

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

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


#d169e6 Background Color

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

This div background color is #d169e6


#d169e6 Border Color

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

This div border color is #d169e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d169e6


Comments

No comments written yet.

Please login to write comment.