Color Hex Logo

#c48aad Color Hex

#C48AAD
(196,138,173)
0 Favorites   0 Comments

Color spaces of #c48aad

RGB 196138173
HSL0.900.330.65
HSV324°30°77°
CMYK 0.000.300.12   0.23
XYZ39.396332.929943.8149
Yxy32.92990.33920.2835
Hunter Lab57.384622.1228-5.1005
CIE-Lab64.104127.5235-9.5453

#c48aad color RGB value is (196,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001010 10101101
Octal 304 212 255
Decimal 196 138 173
Hex C4 8A AD

RGB Percentages of Color #c48aad

%38.66
%27.22
%34.12

CMYK Percentages of Color #c48aad

%0
%30
%12
%23

Triadic Colors of #c48aad

#c48aad #adc48a #8aadc4

Analogous Colors of #c48aad

#c48aad #c48a90 #be8ac4

Monochromatic Colors of #c48aad

#c48aad

Complementary Color

#c48aad #8ac4a1

#c48aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48aad Color CSS Codes

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

#c48aad Text Font Color

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

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


#c48aad Background Color

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

This div background color is #c48aad


#c48aad Border Color

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

This div border color is #c48aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48aad


Comments

No comments written yet.

Please login to write comment.