Color Hex Logo

#d147ba Color Hex

#D147BA
(209,71,186)
0 Favorites   0 Comments

Color spaces of #d147ba

RGB 20971186
HSL0.860.600.55
HSV310°66°82°
CMYK 0.000.660.11   0.18
XYZ37.410721.607048.6532
Yxy21.60700.34750.2007
Hunter Lab46.483362.3145-29.5194
CIE-Lab53.607566.3960-32.8893

#d147ba color RGB value is (209,71,186).

#d147ba hex color red value is 209, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d147ba hue: 0.86 , saturation: 0.60 and the lightness value of d147ba is 0.55.

The process color (four color CMYK) of #d147ba color hex is 0.00, 0.66, 0.11, 0.18. Web safe color of #d147ba is #cc33cc. Color #d147ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 10111010
Octal 321 107 272
Decimal 209 71 186
Hex D1 47 BA

RGB Percentages of Color #d147ba

%44.85
%15.24
%39.91

CMYK Percentages of Color #d147ba

%0
%66
%11
%18

Triadic Colors of #d147ba

#d147ba #bad147 #47bad1

Analogous Colors of #d147ba

#d147ba #d14775 #a347d1

Monochromatic Colors of #d147ba

#d147ba

Complementary Color

#d147ba #47d15e

#d147ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147ba Color CSS Codes

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

#d147ba Text Font Color

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

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


#d147ba Background Color

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

This div background color is #d147ba


#d147ba Border Color

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

This div border color is #d147ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,71,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 #d147ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147ba


Comments

No comments written yet.

Please login to write comment.