Color Hex Logo

#d365ac Color Hex

#D365AC
(211,101,172)
0 Favorites   0 Comments

Color spaces of #d365ac

RGB 211101172
HSL0.890.560.61
HSV321°52°83°
CMYK 0.000.520.18   0.17
XYZ38.964026.134842.0206
Yxy26.13480.36370.2440
Hunter Lab51.122246.5841-12.9487
CIE-Lab58.164851.7554-17.7418

#d365ac color RGB value is (211,101,172).

#d365ac hex color red value is 211, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d365ac hue: 0.89 , saturation: 0.56 and the lightness value of d365ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100101 10101100
Octal 323 145 254
Decimal 211 101 172
Hex D3 65 AC

RGB Percentages of Color #d365ac

%43.60
%20.87
%35.54

CMYK Percentages of Color #d365ac

%0
%52
%18
%17

Triadic Colors of #d365ac

#d365ac #acd365 #65acd3

Analogous Colors of #d365ac

#d365ac #d36575 #c365d3

Monochromatic Colors of #d365ac

#d365ac

Complementary Color

#d365ac #65d38c

#d365ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d365ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d365ac Color CSS Codes

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

#d365ac Text Font Color

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

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


#d365ac Background Color

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

This div background color is #d365ac


#d365ac Border Color

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

This div border color is #d365ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d365ac


Comments

No comments written yet.

Please login to write comment.