Color Hex Logo

#c48fad Color Hex

#C48FAD
(196,143,173)
0 Favorites   0 Comments

Color spaces of #c48fad

RGB 196143173
HSL0.910.310.66
HSV326°27°77°
CMYK 0.000.270.12   0.23
XYZ40.130234.397844.0595
Yxy34.39780.33840.2901
Hunter Lab58.649619.4993-3.4858
CIE-Lab65.277124.7682-7.7971

#c48fad color RGB value is (196,143,173).

#c48fad hex color red value is 196, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c48fad hue: 0.91 , saturation: 0.31 and the lightness value of c48fad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 10101101
Octal 304 217 255
Decimal 196 143 173
Hex C4 8F AD

RGB Percentages of Color #c48fad

%38.28
%27.93
%33.79

CMYK Percentages of Color #c48fad

%0
%27
%12
%23

Triadic Colors of #c48fad

#c48fad #adc48f #8fadc4

Analogous Colors of #c48fad

#c48fad #c48f93 #c18fc4

Monochromatic Colors of #c48fad

#c48fad

Complementary Color

#c48fad #8fc4a6

#c48fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48fad Color CSS Codes

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

#c48fad Text Font Color

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

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


#c48fad Background Color

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

This div background color is #c48fad


#c48fad Border Color

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

This div border color is #c48fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48fad


Comments

No comments written yet.

Please login to write comment.