Color Hex Logo

#d118db Color Hex

#D118DB
(209,24,219)
0 Favorites   0 Comments

Color spaces of #d118db

RGB 20924219
HSL0.820.800.48
HSV297°89°86°
CMYK 0.050.890.00   0.14
XYZ39.407319.323168.6706
Yxy19.32310.30930.1517
Hunter Lab43.958083.0942-61.8513
CIE-Lab51.063183.7694-55.8882

#d118db color RGB value is (209,24,219).

#d118db hex color red value is 209, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d118db hue: 0.82 , saturation: 0.80 and the lightness value of d118db is 0.48.

The process color (four color CMYK) of #d118db color hex is 0.05, 0.89, 0.00, 0.14. Web safe color of #d118db is #cc00cc. Color #d118db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011000 11011011
Octal 321 30 333
Decimal 209 24 219
Hex D1 18 DB

RGB Percentages of Color #d118db

%46.24
%5.31
%48.45

CMYK Percentages of Color #d118db

%5
%89
%0
%14

Triadic Colors of #d118db

#d118db #dbd118 #18dbd1

Analogous Colors of #d118db

#d118db #db1884 #7018db

Monochromatic Colors of #d118db

#d118db

Complementary Color

#d118db #22db18

#d118db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d118db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d118db Color CSS Codes

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

#d118db Text Font Color

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

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


#d118db Background Color

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

This div background color is #d118db


#d118db Border Color

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

This div border color is #d118db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d118db


Comments

No comments written yet.

Please login to write comment.