Color Hex Logo

#c48aa8 Color Hex

#C48AA8
(196,138,168)
0 Favorites   0 Comments

Color spaces of #c48aa8

RGB 196138168
HSL0.910.330.65
HSV329°30°77°
CMYK 0.000.300.14   0.23
XYZ38.921332.739941.3138
Yxy32.73990.34450.2898
Hunter Lab57.218821.2862-2.7561
CIE-Lab63.949726.6845-6.9466

#c48aa8 color RGB value is (196,138,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10101000
Octal 304 212 250
Decimal 196 138 168
Hex C4 8A A8

RGB Percentages of Color #c48aa8

%39.04
%27.49
%33.47

CMYK Percentages of Color #c48aa8

%0
%30
%14
%23

Triadic Colors of #c48aa8

#c48aa8 #a8c48a #8aa8c4

Analogous Colors of #c48aa8

#c48aa8 #c48a8b #c38ac4

Monochromatic Colors of #c48aa8

#c48aa8

Complementary Color

#c48aa8 #8ac4a6

#c48aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aa8 Color CSS Codes

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

#c48aa8 Text Font Color

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

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


#c48aa8 Background Color

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

This div background color is #c48aa8


#c48aa8 Border Color

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

This div border color is #c48aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aa8


Comments

No comments written yet.

Please login to write comment.