Color Hex Logo

#d47acc Color Hex

#D47ACC
(212,122,204)
0 Favorites   0 Comments

Color spaces of #d47acc

RGB 212122204
HSL0.850.510.65
HSV305°42°83°
CMYK 0.000.420.04   0.17
XYZ45.010032.275760.9843
Yxy32.27570.32550.2334
Hunter Lab56.811741.9990-23.8764
CIE-Lab63.570146.7522-27.6704

#d47acc color RGB value is (212,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 11001100
Octal 324 172 314
Decimal 212 122 204
Hex D4 7A CC

RGB Percentages of Color #d47acc

%39.41
%22.68
%37.92

CMYK Percentages of Color #d47acc

%0
%42
%4
%17

Triadic Colors of #d47acc

#d47acc #ccd47a #7accd4

Analogous Colors of #d47acc

#d47acc #d47a9f #af7ad4

Monochromatic Colors of #d47acc

#d47acc

Complementary Color

#d47acc #7ad482

#d47acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47acc Color CSS Codes

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

#d47acc Text Font Color

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

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


#d47acc Background Color

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

This div background color is #d47acc


#d47acc Border Color

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

This div border color is #d47acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47acc


Comments

No comments written yet.

Please login to write comment.