Color Hex Logo

#c47fad Color Hex

#C47FAD
(196,127,173)
0 Favorites   0 Comments

Color spaces of #c47fad

RGB 196127173
HSL0.890.370.63
HSV320°35°77°
CMYK 0.000.350.12   0.23
XYZ37.897129.931643.3151
Yxy29.93160.34100.2693
Hunter Lab54.709827.9036-8.6445
CIE-Lab61.595233.5477-13.3075

#c47fad color RGB value is (196,127,173).

#c47fad hex color red value is 196, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c47fad hue: 0.89 , saturation: 0.37 and the lightness value of c47fad is 0.63.

The process color (four color CMYK) of #c47fad color hex is 0.00, 0.35, 0.12, 0.23. Web safe color of #c47fad is #cc6699. Color #c47fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 10101101
Octal 304 177 255
Decimal 196 127 173
Hex C4 7F AD

RGB Percentages of Color #c47fad

%39.52
%25.60
%34.88

CMYK Percentages of Color #c47fad

%0
%35
%12
%23

Triadic Colors of #c47fad

#c47fad #adc47f #7fadc4

Analogous Colors of #c47fad

#c47fad #c47f8b #b97fc4

Monochromatic Colors of #c47fad

#c47fad

Complementary Color

#c47fad #7fc496

#c47fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fad Color CSS Codes

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

#c47fad Text Font Color

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

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


#c47fad Background Color

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

This div background color is #c47fad


#c47fad Border Color

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

This div border color is #c47fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,127,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c47fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c47fad;
  -webkit-box-shadow: 1px 1px 3px 2px #c47fad;
  box-shadow:         1px 1px 3px 2px #c47fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,127,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fad


Comments

No comments written yet.

Please login to write comment.