Color Hex Logo

#c67a9c Color Hex

#C67A9C
(198,122,156)
0 Favorites   0 Comments

Color spaces of #c67a9c

RGB 198122156
HSL0.930.400.63
HSV333°38°78°
CMYK 0.000.380.21   0.22
XYZ36.249028.325135.0093
Yxy28.32510.36400.2844
Hunter Lab53.221328.4389-1.7464
CIE-Lab60.181334.2279-5.6688

#c67a9c color RGB value is (198,122,156).

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

The process color (four color CMYK) of #c67a9c color hex is 0.00, 0.38, 0.21, 0.22. Web safe color of #c67a9c is #cc6699. Color #c67a9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 10011100
Octal 306 172 234
Decimal 198 122 156
Hex C6 7A 9C

RGB Percentages of Color #c67a9c

%41.60
%25.63
%32.77

CMYK Percentages of Color #c67a9c

%0
%38
%21
%22

Triadic Colors of #c67a9c

#c67a9c #9cc67a #7a9cc6

Analogous Colors of #c67a9c

#c67a9c #c67e7a #c67ac2

Monochromatic Colors of #c67a9c

#c67a9c

Complementary Color

#c67a9c #7ac6a4

#c67a9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67a9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67a9c Color CSS Codes

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

#c67a9c Text Font Color

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

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


#c67a9c Background Color

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

This div background color is #c67a9c


#c67a9c Border Color

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

This div border color is #c67a9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67a9c


Comments

No comments written yet.

Please login to write comment.