Color Hex Logo

#c47bac Color Hex

#C47BAC
(196,123,172)
0 Favorites   0 Comments

Color spaces of #c47bac

RGB 196123172
HSL0.890.380.63
HSV320°37°77°
CMYK 0.000.370.12   0.23
XYZ37.294328.880242.6385
Yxy28.88020.34270.2654
Hunter Lab53.740329.8286-9.4235
CIE-Lab60.675835.5490-14.1228

#c47bac color RGB value is (196,123,172).

#c47bac hex color red value is 196, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c47bac hue: 0.89 , saturation: 0.38 and the lightness value of c47bac is 0.63.

The process color (four color CMYK) of #c47bac color hex is 0.00, 0.37, 0.12, 0.23. Web safe color of #c47bac is #cc6699. Color #c47bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111011 10101100
Octal 304 173 254
Decimal 196 123 172
Hex C4 7B AC

RGB Percentages of Color #c47bac

%39.92
%25.05
%35.03

CMYK Percentages of Color #c47bac

%0
%37
%12
%23

Triadic Colors of #c47bac

#c47bac #acc47b #7bacc4

Analogous Colors of #c47bac

#c47bac #c47b88 #b87bc4

Monochromatic Colors of #c47bac

#c47bac

Complementary Color

#c47bac #7bc493

#c47bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47bac Color CSS Codes

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

#c47bac Text Font Color

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

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


#c47bac Background Color

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

This div background color is #c47bac


#c47bac Border Color

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

This div border color is #c47bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47bac


Comments

No comments written yet.

Please login to write comment.