Color Hex Logo

#c196ce Color Hex

#C196CE
(193,150,206)
0 Favorites   0 Comments

Color spaces of #c196ce

RGB 193150206
HSL0.790.360.70
HSV286°27°81°
CMYK 0.060.270.00   0.19
XYZ44.039237.606463.3302
Yxy37.60640.30380.2594
Hunter Lab61.324120.8707-18.3028
CIE-Lab67.729526.0013-22.5864

#c196ce color RGB value is (193,150,206).

#c196ce hex color red value is 193, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c196ce hue: 0.79 , saturation: 0.36 and the lightness value of c196ce is 0.70.

The process color (four color CMYK) of #c196ce color hex is 0.06, 0.27, 0.00, 0.19. Web safe color of #c196ce is #cc99cc. Color #c196ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 11001110
Octal 301 226 316
Decimal 193 150 206
Hex C1 96 CE

RGB Percentages of Color #c196ce

%35.15
%27.32
%37.52

CMYK Percentages of Color #c196ce

%6
%27
%0
%19

Triadic Colors of #c196ce

#c196ce #cec196 #96cec1

Analogous Colors of #c196ce

#c196ce #ce96bf #a596ce

Monochromatic Colors of #c196ce

#c196ce

Complementary Color

#c196ce #a3ce96

#c196ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c196ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c196ce Color CSS Codes

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

#c196ce Text Font Color

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

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


#c196ce Background Color

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

This div background color is #c196ce


#c196ce Border Color

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

This div border color is #c196ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c196ce


Comments

No comments written yet.

Please login to write comment.