Color Hex Logo

#d36fac Color Hex

#D36FAC
(211,111,172)
0 Favorites   0 Comments

Color spaces of #d36fac

RGB 211111172
HSL0.900.530.63
HSV323°47°83°
CMYK 0.000.470.18   0.17
XYZ39.994828.196342.3642
Yxy28.19630.36180.2550
Hunter Lab53.100241.5200-10.1324
CIE-Lab60.065746.8089-14.8602

#d36fac color RGB value is (211,111,172).

#d36fac hex color red value is 211, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d36fac hue: 0.90 , saturation: 0.53 and the lightness value of d36fac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101111 10101100
Octal 323 157 254
Decimal 211 111 172
Hex D3 6F AC

RGB Percentages of Color #d36fac

%42.71
%22.47
%34.82

CMYK Percentages of Color #d36fac

%0
%47
%18
%17

Triadic Colors of #d36fac

#d36fac #acd36f #6facd3

Analogous Colors of #d36fac

#d36fac #d36f7a #c86fd3

Monochromatic Colors of #d36fac

#d36fac

Complementary Color

#d36fac #6fd396

#d36fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36fac Color CSS Codes

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

#d36fac Text Font Color

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

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


#d36fac Background Color

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

This div background color is #d36fac


#d36fac Border Color

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

This div border color is #d36fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36fac


Comments

No comments written yet.

Please login to write comment.