Color Hex Logo

#c176bf Color Hex

#C176BF
(193,118,191)
0 Favorites   0 Comments

Color spaces of #c176bf

RGB 193118191
HSL0.840.380.61
HSV302°39°76°
CMYK 0.000.390.01   0.24
XYZ37.874728.055952.7093
Yxy28.05590.31920.2365
Hunter Lab52.967834.9429-21.9231
CIE-Lab59.939240.6129-26.1087

#c176bf color RGB value is (193,118,191).

#c176bf hex color red value is 193, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c176bf hue: 0.84 , saturation: 0.38 and the lightness value of c176bf is 0.61.

The process color (four color CMYK) of #c176bf color hex is 0.00, 0.39, 0.01, 0.24. Web safe color of #c176bf is #cc66cc. Color #c176bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110110 10111111
Octal 301 166 277
Decimal 193 118 191
Hex C1 76 BF

RGB Percentages of Color #c176bf

%38.45
%23.51
%38.05

CMYK Percentages of Color #c176bf

%0
%39
%1
%24

Triadic Colors of #c176bf

#c176bf #bfc176 #76bfc1

Analogous Colors of #c176bf

#c176bf #c1769a #9e76c1

Monochromatic Colors of #c176bf

#c176bf

Complementary Color

#c176bf #76c178

#c176bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c176bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c176bf Color CSS Codes

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

#c176bf Text Font Color

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

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


#c176bf Background Color

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

This div background color is #c176bf


#c176bf Border Color

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

This div border color is #c176bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c176bf


Comments

No comments written yet.

Please login to write comment.