Color Hex Logo

#d116da Color Hex

#D116DA
(209,22,218)
0 Favorites   0 Comments

Color spaces of #d116da

RGB 20922218
HSL0.830.820.47
HSV297°90°85°
CMYK 0.040.900.00   0.15
XYZ39.236319.191167.9659
Yxy19.19110.31040.1518
Hunter Lab43.807683.2101-61.3208
CIE-Lab50.910083.8891-55.5634

#d116da color RGB value is (209,22,218).

#d116da hex color red value is 209, green value is 22 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d116da hue: 0.83 , saturation: 0.82 and the lightness value of d116da is 0.47.

The process color (four color CMYK) of #d116da color hex is 0.04, 0.90, 0.00, 0.15. Web safe color of #d116da is #cc00cc. Color #d116da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010110 11011010
Octal 321 26 332
Decimal 209 22 218
Hex D1 16 DA

RGB Percentages of Color #d116da

%46.55
%4.90
%48.55

CMYK Percentages of Color #d116da

%4
%90
%0
%15

Triadic Colors of #d116da

#d116da #dad116 #16dad1

Analogous Colors of #d116da

#d116da #da1681 #6f16da

Monochromatic Colors of #d116da

#d116da

Complementary Color

#d116da #1fda16

#d116da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d116da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d116da Color CSS Codes

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

#d116da Text Font Color

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

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


#d116da Background Color

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

This div background color is #d116da


#d116da Border Color

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

This div border color is #d116da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d116da


Comments

No comments written yet.

Please login to write comment.