Color Hex Logo

#c48bae Color Hex

#C48BAE
(196,139,174)
0 Favorites   0 Comments

Color spaces of #c48bae

RGB 196139174
HSL0.900.330.66
HSV323°29°77°
CMYK 0.000.290.11   0.23
XYZ39.637633.257044.3745
Yxy33.25700.33800.2836
Hunter Lab57.668921.7680-5.2537
CIE-Lab64.368527.1436-9.7155

#c48bae color RGB value is (196,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 10101110
Octal 304 213 256
Decimal 196 139 174
Hex C4 8B AE

RGB Percentages of Color #c48bae

%38.51
%27.31
%34.18

CMYK Percentages of Color #c48bae

%0
%29
%11
%23

Triadic Colors of #c48bae

#c48bae #aec48b #8baec4

Analogous Colors of #c48bae

#c48bae #c48b92 #be8bc4

Monochromatic Colors of #c48bae

#c48bae

Complementary Color

#c48bae #8bc4a1

#c48bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bae Color CSS Codes

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

#c48bae Text Font Color

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

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


#c48bae Background Color

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

This div background color is #c48bae


#c48bae Border Color

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

This div border color is #c48bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bae


Comments

No comments written yet.

Please login to write comment.