Color Hex Logo

#d119ba Color Hex

#D119BA
(209,25,186)
0 Favorites   0 Comments

Color spaces of #d119ba

RGB 20925186
HSL0.850.790.46
HSV308°88°82°
CMYK 0.000.880.11   0.18
XYZ35.505117.795748.0180
Yxy17.79570.35040.1756
Hunter Lab42.184976.4114-37.9588
CIE-Lab49.247478.8594-39.7384

#d119ba color RGB value is (209,25,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 10111010
Octal 321 31 272
Decimal 209 25 186
Hex D1 19 BA

RGB Percentages of Color #d119ba

%49.76
%5.95
%44.29

CMYK Percentages of Color #d119ba

%0
%88
%11
%18

Triadic Colors of #d119ba

#d119ba #bad119 #19bad1

Analogous Colors of #d119ba

#d119ba #d1195e #8c19d1

Monochromatic Colors of #d119ba

#d119ba

Complementary Color

#d119ba #19d130

#d119ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119ba Color CSS Codes

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

#d119ba Text Font Color

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

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


#d119ba Background Color

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

This div background color is #d119ba


#d119ba Border Color

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

This div border color is #d119ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119ba


Comments

No comments written yet.

Please login to write comment.