Color Hex Logo

#d16fe0 Color Hex

#D16FE0
(209,111,224)
0 Favorites   0 Comments

Color spaces of #d16fe0

RGB 209111224
HSL0.810.650.66
HSV292°50°88°
CMYK 0.070.500.00   0.12
XYZ45.433530.306073.9760
Yxy30.30600.30350.2024
Hunter Lab55.050950.9770-41.1368
CIE-Lab61.917455.0946-41.4819

#d16fe0 color RGB value is (209,111,224).

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

The process color (four color CMYK) of #d16fe0 color hex is 0.07, 0.50, 0.00, 0.12. Web safe color of #d16fe0 is #cc66cc. Color #d16fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101111 11100000
Octal 321 157 340
Decimal 209 111 224
Hex D1 6F E0

RGB Percentages of Color #d16fe0

%38.42
%20.40
%41.18

CMYK Percentages of Color #d16fe0

%7
%50
%0
%12

Triadic Colors of #d16fe0

#d16fe0 #e0d16f #6fe0d1

Analogous Colors of #d16fe0

#d16fe0 #e06fb7 #996fe0

Monochromatic Colors of #d16fe0

#d16fe0

Complementary Color

#d16fe0 #7ee06f

#d16fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16fe0 Color CSS Codes

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

#d16fe0 Text Font Color

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

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


#d16fe0 Background Color

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

This div background color is #d16fe0


#d16fe0 Border Color

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

This div border color is #d16fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16fe0


Comments

No comments written yet.

Please login to write comment.