Color Hex Logo

#d155ac Color Hex

#D155AC
(209,85,172)
0 Favorites   0 Comments

Color spaces of #d155ac

RGB 20985172
HSL0.880.570.58
HSV318°59°82°
CMYK 0.000.590.18   0.18
XYZ36.989423.030941.5256
Yxy23.03090.36430.2268
Hunter Lab47.990553.5981-17.7095
CIE-Lab55.104258.5643-22.4447

#d155ac color RGB value is (209,85,172).

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

The process color (four color CMYK) of #d155ac color hex is 0.00, 0.59, 0.18, 0.18. Web safe color of #d155ac is #cc6699. Color #d155ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 10101100
Octal 321 125 254
Decimal 209 85 172
Hex D1 55 AC

RGB Percentages of Color #d155ac

%44.85
%18.24
%36.91

CMYK Percentages of Color #d155ac

%0
%59
%18
%18

Triadic Colors of #d155ac

#d155ac #acd155 #55acd1

Analogous Colors of #d155ac

#d155ac #d1556e #b855d1

Monochromatic Colors of #d155ac

#d155ac

Complementary Color

#d155ac #55d17a

#d155ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155ac Color CSS Codes

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

#d155ac Text Font Color

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

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


#d155ac Background Color

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

This div background color is #d155ac


#d155ac Border Color

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

This div border color is #d155ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155ac


Comments

No comments written yet.

Please login to write comment.