Color Hex Logo

#c176dc Color Hex

#C176DC
(193,118,220)
0 Favorites   0 Comments

Color spaces of #c176dc

RGB 193118220
HSL0.790.590.66
HSV284°46°86°
CMYK 0.120.460.00   0.14
XYZ41.389029.461671.2154
Yxy29.46160.29130.2074
Hunter Lab54.278541.1241-39.7956
CIE-Lab61.186946.2802-40.5265

#c176dc color RGB value is (193,118,220).

#c176dc hex color red value is 193, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c176dc hue: 0.79 , saturation: 0.59 and the lightness value of c176dc is 0.66.

The process color (four color CMYK) of #c176dc color hex is 0.12, 0.46, 0.00, 0.14. Web safe color of #c176dc is #cc66cc. Color #c176dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110110 11011100
Octal 301 166 334
Decimal 193 118 220
Hex C1 76 DC

RGB Percentages of Color #c176dc

%36.35
%22.22
%41.43

CMYK Percentages of Color #c176dc

%12
%46
%0
%14

Triadic Colors of #c176dc

#c176dc #dcc176 #76dcc1

Analogous Colors of #c176dc

#c176dc #dc76c4 #8e76dc

Monochromatic Colors of #c176dc

#c176dc

Complementary Color

#c176dc #91dc76

#c176dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c176dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c176dc Color CSS Codes

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

#c176dc Text Font Color

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

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


#c176dc Background Color

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

This div background color is #c176dc


#c176dc Border Color

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

This div border color is #c176dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c176dc


Comments

No comments written yet.

Please login to write comment.