Color Hex Logo

#d47acb Color Hex

#D47ACB
(212,122,203)
0 Favorites   0 Comments

Color spaces of #d47acb

RGB 212122203
HSL0.850.510.65
HSV306°42°83°
CMYK 0.000.420.04   0.17
XYZ44.890432.227960.3545
Yxy32.22790.32650.2344
Hunter Lab56.769641.8015-23.2953
CIE-Lab63.530846.5761-27.1687

#d47acb color RGB value is (212,122,203).

#d47acb hex color red value is 212, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d47acb hue: 0.85 , saturation: 0.51 and the lightness value of d47acb is 0.65.

The process color (four color CMYK) of #d47acb color hex is 0.00, 0.42, 0.04, 0.17. Web safe color of #d47acb is #cc66cc. Color #d47acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 11001011
Octal 324 172 313
Decimal 212 122 203
Hex D4 7A CB

RGB Percentages of Color #d47acb

%39.48
%22.72
%37.80

CMYK Percentages of Color #d47acb

%0
%42
%4
%17

Triadic Colors of #d47acb

#d47acb #cbd47a #7acbd4

Analogous Colors of #d47acb

#d47acb #d47a9e #b07ad4

Monochromatic Colors of #d47acb

#d47acb

Complementary Color

#d47acb #7ad483

#d47acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47acb Color CSS Codes

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

#d47acb Text Font Color

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

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


#d47acb Background Color

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

This div background color is #d47acb


#d47acb Border Color

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

This div border color is #d47acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47acb


Comments

No comments written yet.

Please login to write comment.