Color Hex Logo

#c48faa Color Hex

#C48FAA
(196,143,170)
0 Favorites   0 Comments

Color spaces of #c48faa

RGB 196143170
HSL0.920.310.66
HSV329°27°77°
CMYK 0.000.270.13   0.23
XYZ39.843134.283042.5475
Yxy34.28300.34150.2938
Hunter Lab58.551718.9998-2.0978
CIE-Lab65.186624.2617-6.2413

#c48faa color RGB value is (196,143,170).

#c48faa hex color red value is 196, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c48faa hue: 0.92 , saturation: 0.31 and the lightness value of c48faa is 0.66.

The process color (four color CMYK) of #c48faa color hex is 0.00, 0.27, 0.13, 0.23. Web safe color of #c48faa is #cc9999. Color #c48faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 10101010
Octal 304 217 252
Decimal 196 143 170
Hex C4 8F AA

RGB Percentages of Color #c48faa

%38.51
%28.09
%33.40

CMYK Percentages of Color #c48faa

%0
%27
%13
%23

Triadic Colors of #c48faa

#c48faa #aac48f #8faac4

Analogous Colors of #c48faa

#c48faa #c48f90 #c48fc4

Monochromatic Colors of #c48faa

#c48faa

Complementary Color

#c48faa #8fc4a9

#c48faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48faa Color CSS Codes

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

#c48faa Text Font Color

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

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


#c48faa Background Color

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

This div background color is #c48faa


#c48faa Border Color

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

This div border color is #c48faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48faa


Comments

No comments written yet.

Please login to write comment.