Color Hex Logo

#d119dd Color Hex

#D119DD
(209,25,221)
0 Favorites   0 Comments

Color spaces of #d119dd

RGB 20925221
HSL0.820.800.48
HSV296°89°87°
CMYK 0.050.890.00   0.13
XYZ39.693319.471070.0728
Yxy19.47100.30710.1507
Hunter Lab44.126083.3484-63.2654
CIE-Lab51.233883.9336-56.7535

#d119dd color RGB value is (209,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 11011101
Octal 321 31 335
Decimal 209 25 221
Hex D1 19 DD

RGB Percentages of Color #d119dd

%45.93
%5.49
%48.57

CMYK Percentages of Color #d119dd

%5
%89
%0
%13

Triadic Colors of #d119dd

#d119dd #ddd119 #19ddd1

Analogous Colors of #d119dd

#d119dd #dd1987 #6f19dd

Monochromatic Colors of #d119dd

#d119dd

Complementary Color

#d119dd #25dd19

#d119dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119dd Color CSS Codes

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

#d119dd Text Font Color

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

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


#d119dd Background Color

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

This div background color is #d119dd


#d119dd Border Color

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

This div border color is #d119dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119dd


Comments

No comments written yet.

Please login to write comment.