Color Hex Logo

#c796ca Color Hex

#C796CA
(199,150,202)
0 Favorites   0 Comments

Color spaces of #c796ca

RGB 199150202
HSL0.820.330.69
HSV297°26°79°
CMYK 0.010.260.00   0.21
XYZ45.120238.219160.8760
Yxy38.21910.31290.2650
Hunter Lab61.821622.0896-15.1080
CIE-Lab68.181827.1920-19.6216

#c796ca color RGB value is (199,150,202).

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

The process color (four color CMYK) of #c796ca color hex is 0.01, 0.26, 0.00, 0.21. Web safe color of #c796ca is #cc99cc. Color #c796ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 11001010
Octal 307 226 312
Decimal 199 150 202
Hex C7 96 CA

RGB Percentages of Color #c796ca

%36.12
%27.22
%36.66

CMYK Percentages of Color #c796ca

%1
%26
%0
%21

Triadic Colors of #c796ca

#c796ca #cac796 #96cac7

Analogous Colors of #c796ca

#c796ca #ca96b3 #ad96ca

Monochromatic Colors of #c796ca

#c796ca

Complementary Color

#c796ca #99ca96

#c796ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c796ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c796ca Color CSS Codes

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

#c796ca Text Font Color

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

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


#c796ca Background Color

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

This div background color is #c796ca


#c796ca Border Color

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

This div border color is #c796ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c796ca


Comments

No comments written yet.

Please login to write comment.