Color Hex Logo

#c47fa3 Color Hex

#C47FA3
(196,127,163)
0 Favorites   0 Comments

Color spaces of #c47fa3

RGB 196127163
HSL0.910.370.63
HSV329°35°77°
CMYK 0.000.350.17   0.23
XYZ36.965229.558838.4075
Yxy29.55880.35230.2817
Hunter Lab54.368026.2194-3.8270
CIE-Lab61.271731.9006-8.0860

#c47fa3 color RGB value is (196,127,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 10100011
Octal 304 177 243
Decimal 196 127 163
Hex C4 7F A3

RGB Percentages of Color #c47fa3

%40.33
%26.13
%33.54

CMYK Percentages of Color #c47fa3

%0
%35
%17
%23

Triadic Colors of #c47fa3

#c47fa3 #a3c47f #7fa3c4

Analogous Colors of #c47fa3

#c47fa3 #c47f81 #c37fc4

Monochromatic Colors of #c47fa3

#c47fa3

Complementary Color

#c47fa3 #7fc4a0

#c47fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fa3 Color CSS Codes

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

#c47fa3 Text Font Color

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

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


#c47fa3 Background Color

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

This div background color is #c47fa3


#c47fa3 Border Color

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

This div border color is #c47fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fa3


Comments

No comments written yet.

Please login to write comment.