Color Hex Logo

#d16ef9 Color Hex

#D16EF9
(209,110,249)
0 Favorites   0 Comments

Color spaces of #d16ef9

RGB 209110249
HSL0.790.920.70
HSV283°56°98°
CMYK 0.160.560.00   0.02
XYZ48.969331.546793.1307
Yxy31.54670.28200.1817
Hunter Lab56.166457.3358-58.9934
CIE-Lab62.966560.4619-53.6996

#d16ef9 color RGB value is (209,110,249).

#d16ef9 hex color red value is 209, green value is 110 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #d16ef9 hue: 0.79 , saturation: 0.92 and the lightness value of d16ef9 is 0.70.

The process color (four color CMYK) of #d16ef9 color hex is 0.16, 0.56, 0.00, 0.02. Web safe color of #d16ef9 is #cc66ff. Color #d16ef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101110 11111001
Octal 321 156 371
Decimal 209 110 249
Hex D1 6E F9

RGB Percentages of Color #d16ef9

%36.80
%19.37
%43.84

CMYK Percentages of Color #d16ef9

%16
%56
%0
%2

Triadic Colors of #d16ef9

#d16ef9 #f9d16e #6ef9d1

Analogous Colors of #d16ef9

#d16ef9 #f96edc #8c6ef9

Monochromatic Colors of #d16ef9

#d16ef9

Complementary Color

#d16ef9 #96f96e

#d16ef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16ef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16ef9 Color CSS Codes

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

#d16ef9 Text Font Color

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

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


#d16ef9 Background Color

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

This div background color is #d16ef9


#d16ef9 Border Color

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

This div border color is #d16ef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16ef9


Comments

No comments written yet.

Please login to write comment.