Color Hex Logo

#c796cb Color Hex

#C796CB
(199,150,203)
0 Favorites   0 Comments

Color spaces of #c796cb

RGB 199150203
HSL0.820.340.69
HSV295°26°80°
CMYK 0.020.260.00   0.20
XYZ45.239038.266661.5017
Yxy38.26660.31200.2639
Hunter Lab61.860022.2843-15.6446
CIE-Lab68.216627.3838-20.1241

#c796cb color RGB value is (199,150,203).

#c796cb hex color red value is 199, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c796cb hue: 0.82 , saturation: 0.34 and the lightness value of c796cb is 0.69.

The process color (four color CMYK) of #c796cb color hex is 0.02, 0.26, 0.00, 0.20. Web safe color of #c796cb is #cc99cc. Color #c796cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 11001011
Octal 307 226 313
Decimal 199 150 203
Hex C7 96 CB

RGB Percentages of Color #c796cb

%36.05
%27.17
%36.78

CMYK Percentages of Color #c796cb

%2
%26
%0
%20

Triadic Colors of #c796cb

#c796cb #cbc796 #96cbc7

Analogous Colors of #c796cb

#c796cb #cb96b5 #ad96cb

Monochromatic Colors of #c796cb

#c796cb

Complementary Color

#c796cb #9acb96

#c796cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c796cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c796cb Color CSS Codes

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

#c796cb Text Font Color

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

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


#c796cb Background Color

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

This div background color is #c796cb


#c796cb Border Color

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

This div border color is #c796cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c796cb


Comments

No comments written yet.

Please login to write comment.