Color Hex Logo

#d16def Color Hex

#D16DEF
(209,109,239)
0 Favorites   0 Comments

Color spaces of #d16def

RGB 209109239
HSL0.790.800.68
HSV286°54°94°
CMYK 0.130.540.00   0.06
XYZ47.343130.724685.0965
Yxy30.72460.29020.1883
Hunter Lab55.429855.4564-52.2219
CIE-Lab62.274558.9576-49.2685

#d16def color RGB value is (209,109,239).

#d16def hex color red value is 209, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d16def hue: 0.79 , saturation: 0.80 and the lightness value of d16def is 0.68.

The process color (four color CMYK) of #d16def color hex is 0.13, 0.54, 0.00, 0.06. Web safe color of #d16def is #cc66ff. Color #d16def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 11101111
Octal 321 155 357
Decimal 209 109 239
Hex D1 6D EF

RGB Percentages of Color #d16def

%37.52
%19.57
%42.91

CMYK Percentages of Color #d16def

%13
%54
%0
%6

Triadic Colors of #d16def

#d16def #efd16d #6defd1

Analogous Colors of #d16def

#d16def #ef6dcc #906def

Monochromatic Colors of #d16def

#d16def

Complementary Color

#d16def #8bef6d

#d16def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16def Color CSS Codes

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

#d16def Text Font Color

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

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


#d16def Background Color

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

This div background color is #d16def


#d16def Border Color

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

This div border color is #d16def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16def


Comments

No comments written yet.

Please login to write comment.