Color Hex Logo

#d119bf Color Hex

#D119BF
(209,25,191)
0 Favorites   0 Comments

Color spaces of #d119bf

RGB 20925191
HSL0.850.790.46
HSV306°88°82°
CMYK 0.000.880.09   0.18
XYZ36.046118.012250.8671
Yxy18.01220.34350.1717
Hunter Lab42.440877.3335-41.3531
CIE-Lab49.510979.5432-42.2373

#d119bf color RGB value is (209,25,191).

#d119bf hex color red value is 209, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d119bf hue: 0.85 , saturation: 0.79 and the lightness value of d119bf is 0.46.

The process color (four color CMYK) of #d119bf color hex is 0.00, 0.88, 0.09, 0.18. Web safe color of #d119bf is #cc00cc. Color #d119bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 10111111
Octal 321 31 277
Decimal 209 25 191
Hex D1 19 BF

RGB Percentages of Color #d119bf

%49.18
%5.88
%44.94

CMYK Percentages of Color #d119bf

%0
%88
%9
%18

Triadic Colors of #d119bf

#d119bf #bfd119 #19bfd1

Analogous Colors of #d119bf

#d119bf #d11963 #8719d1

Monochromatic Colors of #d119bf

#d119bf

Complementary Color

#d119bf #19d12b

#d119bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119bf Color CSS Codes

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

#d119bf Text Font Color

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

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


#d119bf Background Color

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

This div background color is #d119bf


#d119bf Border Color

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

This div border color is #d119bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119bf


Comments

No comments written yet.

Please login to write comment.