Color Hex Logo

#c4a4ba Color Hex

#C4A4BA
(196,164,186)
0 Favorites   0 Comments

Color spaces of #c4a4ba

RGB 196164186
HSL0.890.210.71
HSV319°16°77°
CMYK 0.000.160.05   0.23
XYZ44.903341.831952.1621
Yxy41.83190.32330.3012
Hunter Lab64.677610.7403-2.5427
CIE-Lab70.754915.4751-6.9157

#c4a4ba color RGB value is (196,164,186).

#c4a4ba hex color red value is 196, green value is 164 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c4a4ba hue: 0.89 , saturation: 0.21 and the lightness value of c4a4ba is 0.71.

The process color (four color CMYK) of #c4a4ba color hex is 0.00, 0.16, 0.05, 0.23. Web safe color of #c4a4ba is #cc99cc. Color #c4a4ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100100 10111010
Octal 304 244 272
Decimal 196 164 186
Hex C4 A4 BA

RGB Percentages of Color #c4a4ba

%35.90
%30.04
%34.07

CMYK Percentages of Color #c4a4ba

%0
%16
%5
%23

Triadic Colors of #c4a4ba

#c4a4ba #bac4a4 #a4bac4

Analogous Colors of #c4a4ba

#c4a4ba #c4a4aa #bea4c4

Monochromatic Colors of #c4a4ba

#c4a4ba

Complementary Color

#c4a4ba #a4c4ae

#c4a4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a4ba Color CSS Codes

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

#c4a4ba Text Font Color

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

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


#c4a4ba Background Color

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

This div background color is #c4a4ba


#c4a4ba Border Color

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

This div border color is #c4a4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a4ba


Comments

No comments written yet.

Please login to write comment.