Color Hex Logo

#c48aac Color Hex

#C48AAC
(196,138,172)
0 Favorites   0 Comments

Color spaces of #c48aac

RGB 196138172
HSL0.900.330.65
HSV325°30°77°
CMYK 0.000.300.12   0.23
XYZ39.299832.891343.3071
Yxy32.89130.34030.2848
Hunter Lab57.350921.9532-4.6257
CIE-Lab64.072827.3538-9.0266

#c48aac color RGB value is (196,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10101100
Octal 304 212 254
Decimal 196 138 172
Hex C4 8A AC

RGB Percentages of Color #c48aac

%38.74
%27.27
%33.99

CMYK Percentages of Color #c48aac

%0
%30
%12
%23

Triadic Colors of #c48aac

#c48aac #acc48a #8aacc4

Analogous Colors of #c48aac

#c48aac #c48a8f #bf8ac4

Monochromatic Colors of #c48aac

#c48aac

Complementary Color

#c48aac #8ac4a2

#c48aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aac Color CSS Codes

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

#c48aac Text Font Color

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

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


#c48aac Background Color

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

This div background color is #c48aac


#c48aac Border Color

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

This div border color is #c48aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aac


Comments

No comments written yet.

Please login to write comment.