Color Hex Logo

#d147ab Color Hex

#D147AB
(209,71,171)
0 Favorites   0 Comments

Color spaces of #d147ab

RGB 20971171
HSL0.880.600.55
HSV317°66°82°
CMYK 0.000.660.18   0.18
XYZ35.898421.002140.6898
Yxy21.00210.36780.2152
Hunter Lab45.828059.6250-20.5628
CIE-Lab52.951864.2168-25.1760

#d147ab color RGB value is (209,71,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 10101011
Octal 321 107 253
Decimal 209 71 171
Hex D1 47 AB

RGB Percentages of Color #d147ab

%46.34
%15.74
%37.92

CMYK Percentages of Color #d147ab

%0
%66
%18
%18

Triadic Colors of #d147ab

#d147ab #abd147 #47abd1

Analogous Colors of #d147ab

#d147ab #d14766 #b247d1

Monochromatic Colors of #d147ab

#d147ab

Complementary Color

#d147ab #47d16d

#d147ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147ab Color CSS Codes

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

#d147ab Text Font Color

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

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


#d147ab Background Color

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

This div background color is #d147ab


#d147ab Border Color

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

This div border color is #d147ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147ab


Comments

No comments written yet.

Please login to write comment.