Color Hex Logo

#d46c9d Color Hex

#D46C9D
(212,108,157)
0 Favorites   0 Comments

Color spaces of #d46c9d

RGB 212108157
HSL0.920.550.63
HSV332°49°83°
CMYK 0.000.490.26   0.17
XYZ38.599727.156535.1056
Yxy27.15650.38270.2692
Hunter Lab52.111941.0206-3.4629
CIE-Lab59.118946.4816-7.6261

#d46c9d color RGB value is (212,108,157).

#d46c9d hex color red value is 212, green value is 108 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d46c9d hue: 0.92 , saturation: 0.55 and the lightness value of d46c9d is 0.63.

The process color (four color CMYK) of #d46c9d color hex is 0.00, 0.49, 0.26, 0.17. Web safe color of #d46c9d is #cc6699. Color #d46c9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101100 10011101
Octal 324 154 235
Decimal 212 108 157
Hex D4 6C 9D

RGB Percentages of Color #d46c9d

%44.44
%22.64
%32.91

CMYK Percentages of Color #d46c9d

%0
%49
%26
%17

Triadic Colors of #d46c9d

#d46c9d #9dd46c #6c9dd4

Analogous Colors of #d46c9d

#d46c9d #d46f6c #d46cd1

Monochromatic Colors of #d46c9d

#d46c9d

Complementary Color

#d46c9d #6cd4a3

#d46c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46c9d Color CSS Codes

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

#d46c9d Text Font Color

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

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


#d46c9d Background Color

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

This div background color is #d46c9d


#d46c9d Border Color

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

This div border color is #d46c9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,108,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d46c9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d46c9d;
  -webkit-box-shadow: 1px 1px 3px 2px #d46c9d;
  box-shadow:         1px 1px 3px 2px #d46c9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,108,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46c9d


Comments

No comments written yet.

Please login to write comment.