Color Hex Logo

#c1a7bc Color Hex

#C1A7BC
(193,167,188)
0 Favorites   0 Comments

Color spaces of #c1a7bc

RGB 193167188
HSL0.870.170.71
HSV312°13°76°
CMYK 0.000.130.03   0.24
XYZ44.888142.605753.4348
Yxy42.60570.31850.3023
Hunter Lab65.27308.5262-2.8457
CIE-Lab71.286513.1396-7.2616

#c1a7bc color RGB value is (193,167,188).

#c1a7bc hex color red value is 193, green value is 167 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c1a7bc hue: 0.87 , saturation: 0.17 and the lightness value of c1a7bc is 0.71.

The process color (four color CMYK) of #c1a7bc color hex is 0.00, 0.13, 0.03, 0.24. Web safe color of #c1a7bc is #cc99cc. Color #c1a7bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100111 10111100
Octal 301 247 274
Decimal 193 167 188
Hex C1 A7 BC

RGB Percentages of Color #c1a7bc

%35.22
%30.47
%34.31

CMYK Percentages of Color #c1a7bc

%0
%13
%3
%24

Triadic Colors of #c1a7bc

#c1a7bc #bcc1a7 #a7bcc1

Analogous Colors of #c1a7bc

#c1a7bc #c1a7af #b9a7c1

Monochromatic Colors of #c1a7bc

#c1a7bc

Complementary Color

#c1a7bc #a7c1ac

#c1a7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a7bc Color CSS Codes

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

#c1a7bc Text Font Color

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

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


#c1a7bc Background Color

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

This div background color is #c1a7bc


#c1a7bc Border Color

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

This div border color is #c1a7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a7bc

#c1a7bc Color Palettes


Comments

No comments written yet.

Please login to write comment.