Color Hex Logo

#c48aaa Color Hex

#C48AAA
(196,138,170)
0 Favorites   0 Comments

Color spaces of #c48aaa

RGB 196138170
HSL0.910.330.65
HSV327°30°77°
CMYK 0.000.300.13   0.23
XYZ39.109132.815042.3029
Yxy32.81500.34240.2873
Hunter Lab57.284421.6176-3.6849
CIE-Lab64.010827.0174-7.9877

#c48aaa color RGB value is (196,138,170).

#c48aaa hex color red value is 196, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c48aaa hue: 0.91 , saturation: 0.33 and the lightness value of c48aaa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10101010
Octal 304 212 252
Decimal 196 138 170
Hex C4 8A AA

RGB Percentages of Color #c48aaa

%38.89
%27.38
%33.73

CMYK Percentages of Color #c48aaa

%0
%30
%13
%23

Triadic Colors of #c48aaa

#c48aaa #aac48a #8aaac4

Analogous Colors of #c48aaa

#c48aaa #c48a8d #c18ac4

Monochromatic Colors of #c48aaa

#c48aaa

Complementary Color

#c48aaa #8ac4a4

#c48aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aaa Color CSS Codes

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

#c48aaa Text Font Color

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

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


#c48aaa Background Color

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

This div background color is #c48aaa


#c48aaa Border Color

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

This div border color is #c48aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,138,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 #c48aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aaa


Comments

No comments written yet.

Please login to write comment.