Color Hex Logo

#c48aaf Color Hex

#C48AAF
(196,138,175)
0 Favorites   0 Comments

Color spaces of #c48aaf

RGB 196138175
HSL0.890.330.65
HSV322°30°77°
CMYK 0.000.300.11   0.23
XYZ39.591333.007944.8419
Yxy33.00790.33710.2811
Hunter Lab57.452522.4649-6.0593
CIE-Lab64.167327.8651-10.5811

#c48aaf color RGB value is (196,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10101111
Octal 304 212 257
Decimal 196 138 175
Hex C4 8A AF

RGB Percentages of Color #c48aaf

%38.51
%27.11
%34.38

CMYK Percentages of Color #c48aaf

%0
%30
%11
%23

Triadic Colors of #c48aaf

#c48aaf #afc48a #8aafc4

Analogous Colors of #c48aaf

#c48aaf #c48a92 #bc8ac4

Monochromatic Colors of #c48aaf

#c48aaf

Complementary Color

#c48aaf #8ac49f

#c48aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aaf Color CSS Codes

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

#c48aaf Text Font Color

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

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


#c48aaf Background Color

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

This div background color is #c48aaf


#c48aaf Border Color

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

This div border color is #c48aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aaf


Comments

No comments written yet.

Please login to write comment.