Color Hex Logo

#d145ac Color Hex

#D145AC
(209,69,172)
0 Favorites   0 Comments

Color spaces of #d145ac

RGB 20969172
HSL0.880.600.55
HSV316°67°82°
CMYK 0.000.670.18   0.18
XYZ35.869020.790141.1521
Yxy20.79010.36670.2126
Hunter Lab45.596260.6268-21.5939
CIE-Lab52.719065.1215-26.1209

#d145ac color RGB value is (209,69,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 10101100
Octal 321 105 254
Decimal 209 69 172
Hex D1 45 AC

RGB Percentages of Color #d145ac

%46.44
%15.33
%38.22

CMYK Percentages of Color #d145ac

%0
%67
%18
%18

Triadic Colors of #d145ac

#d145ac #acd145 #45acd1

Analogous Colors of #d145ac

#d145ac #d14566 #b045d1

Monochromatic Colors of #d145ac

#d145ac

Complementary Color

#d145ac #45d16a

#d145ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d145ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d145ac Color CSS Codes

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

#d145ac Text Font Color

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

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


#d145ac Background Color

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

This div background color is #d145ac


#d145ac Border Color

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

This div border color is #d145ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d145ac


Comments

No comments written yet.

Please login to write comment.