Color Hex Logo

#d141ac Color Hex

#D141AC
(209,65,172)
0 Favorites   0 Comments

Color spaces of #d141ac

RGB 20965172
HSL0.880.610.54
HSV315°69°82°
CMYK 0.000.690.18   0.18
XYZ35.631220.314541.0728
Yxy20.31450.36730.2094
Hunter Lab45.071662.2372-22.4796
CIE-Lab52.190966.5974-26.9384

#d141ac color RGB value is (209,65,172).

#d141ac hex color red value is 209, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d141ac hue: 0.88 , saturation: 0.61 and the lightness value of d141ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 10101100
Octal 321 101 254
Decimal 209 65 172
Hex D1 41 AC

RGB Percentages of Color #d141ac

%46.86
%14.57
%38.57

CMYK Percentages of Color #d141ac

%0
%69
%18
%18

Triadic Colors of #d141ac

#d141ac #acd141 #41acd1

Analogous Colors of #d141ac

#d141ac #d14164 #ae41d1

Monochromatic Colors of #d141ac

#d141ac

Complementary Color

#d141ac #41d166

#d141ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141ac Color CSS Codes

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

#d141ac Text Font Color

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

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


#d141ac Background Color

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

This div background color is #d141ac


#d141ac Border Color

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

This div border color is #d141ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141ac


Comments

No comments written yet.

Please login to write comment.