Color Hex Logo

#c1a4bd Color Hex

#C1A4BD
(193,164,189)
0 Favorites   0 Comments

Color spaces of #c1a4bd

RGB 193164189
HSL0.860.190.70
HSV308°15°76°
CMYK 0.000.150.02   0.24
XYZ44.453141.562553.8235
Yxy41.56250.31790.2972
Hunter Lab64.469010.2598-4.3714
CIE-Lab70.568214.9738-8.8816

#c1a4bd color RGB value is (193,164,189).

#c1a4bd hex color red value is 193, green value is 164 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c1a4bd hue: 0.86 , saturation: 0.19 and the lightness value of c1a4bd is 0.70.

The process color (four color CMYK) of #c1a4bd color hex is 0.00, 0.15, 0.02, 0.24. Web safe color of #c1a4bd is #cc99cc. Color #c1a4bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100100 10111101
Octal 301 244 275
Decimal 193 164 189
Hex C1 A4 BD

RGB Percentages of Color #c1a4bd

%35.35
%30.04
%34.62

CMYK Percentages of Color #c1a4bd

%0
%15
%2
%24

Triadic Colors of #c1a4bd

#c1a4bd #bdc1a4 #a4bdc1

Analogous Colors of #c1a4bd

#c1a4bd #c1a4af #b7a4c1

Monochromatic Colors of #c1a4bd

#c1a4bd

Complementary Color

#c1a4bd #a4c1a8

#c1a4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a4bd Color CSS Codes

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

#c1a4bd Text Font Color

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

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


#c1a4bd Background Color

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

This div background color is #c1a4bd


#c1a4bd Border Color

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

This div border color is #c1a4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a4bd


Comments

No comments written yet.

Please login to write comment.