Color Hex Logo

#c796bc Color Hex

#C796BC
(199,150,188)
0 Favorites   0 Comments

Color spaces of #c796bc

RGB 199150188
HSL0.870.300.68
HSV313°25°78°
CMYK 0.000.250.06   0.22
XYZ43.536637.585652.5371
Yxy37.58560.32570.2812
Hunter Lab61.307119.4725-7.8936
CIE-Lab67.714124.5904-12.5325

#c796bc color RGB value is (199,150,188).

#c796bc hex color red value is 199, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c796bc hue: 0.87 , saturation: 0.30 and the lightness value of c796bc is 0.68.

The process color (four color CMYK) of #c796bc color hex is 0.00, 0.25, 0.06, 0.22. Web safe color of #c796bc is #cc99cc. Color #c796bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 10111100
Octal 307 226 274
Decimal 199 150 188
Hex C7 96 BC

RGB Percentages of Color #c796bc

%37.06
%27.93
%35.01

CMYK Percentages of Color #c796bc

%0
%25
%6
%22

Triadic Colors of #c796bc

#c796bc #bcc796 #96bcc7

Analogous Colors of #c796bc

#c796bc #c796a4 #ba96c7

Monochromatic Colors of #c796bc

#c796bc

Complementary Color

#c796bc #96c7a1

#c796bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c796bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c796bc Color CSS Codes

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

#c796bc Text Font Color

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

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


#c796bc Background Color

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

This div background color is #c796bc


#c796bc Border Color

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

This div border color is #c796bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,150,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 #c796bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c796bc


Comments

No comments written yet.

Please login to write comment.