Color Hex Logo

#c67996 Color Hex

#C67996
(198,121,150)
0 Favorites   0 Comments

Color spaces of #c67996

RGB 198121150
HSL0.940.400.63
HSV337°39°78°
CMYK 0.000.390.24   0.22
XYZ35.631127.882532.3581
Yxy27.88250.37170.2908
Hunter Lab52.803928.04180.6299
CIE-Lab59.782433.8751-2.8067

#c67996 color RGB value is (198,121,150).

#c67996 hex color red value is 198, green value is 121 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c67996 hue: 0.94 , saturation: 0.40 and the lightness value of c67996 is 0.63.

The process color (four color CMYK) of #c67996 color hex is 0.00, 0.39, 0.24, 0.22. Web safe color of #c67996 is #cc6699. Color #c67996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10010110
Octal 306 171 226
Decimal 198 121 150
Hex C6 79 96

RGB Percentages of Color #c67996

%42.22
%25.80
%31.98

CMYK Percentages of Color #c67996

%0
%39
%24
%22

Triadic Colors of #c67996

#c67996 #96c679 #7996c6

Analogous Colors of #c67996

#c67996 #c68379 #c679bd

Monochromatic Colors of #c67996

#c67996

Complementary Color

#c67996 #79c6a9

#c67996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67996 Color CSS Codes

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

#c67996 Text Font Color

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

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


#c67996 Background Color

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

This div background color is #c67996


#c67996 Border Color

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

This div border color is #c67996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67996


Comments

No comments written yet.

Please login to write comment.