Color Hex Logo

#c67faa Color Hex

#C67FAA
(198,127,170)
0 Favorites   0 Comments

Color spaces of #c67faa

RGB 198127170
HSL0.900.380.64
HSV324°36°78°
CMYK 0.000.360.14   0.22
XYZ38.133830.086841.8277
Yxy30.08680.34650.2734
Hunter Lab54.851428.1067-6.8164
CIE-Lab61.729033.7352-11.3733

#c67faa color RGB value is (198,127,170).

#c67faa hex color red value is 198, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c67faa hue: 0.90 , saturation: 0.38 and the lightness value of c67faa is 0.64.

The process color (four color CMYK) of #c67faa color hex is 0.00, 0.36, 0.14, 0.22. Web safe color of #c67faa is #cc6699. Color #c67faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 10101010
Octal 306 177 252
Decimal 198 127 170
Hex C6 7F AA

RGB Percentages of Color #c67faa

%40.00
%25.66
%34.34

CMYK Percentages of Color #c67faa

%0
%36
%14
%22

Triadic Colors of #c67faa

#c67faa #aac67f #7faac6

Analogous Colors of #c67faa

#c67faa #c67f87 #bf7fc6

Monochromatic Colors of #c67faa

#c67faa

Complementary Color

#c67faa #7fc69b

#c67faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67faa Color CSS Codes

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

#c67faa Text Font Color

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

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


#c67faa Background Color

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

This div background color is #c67faa


#c67faa Border Color

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

This div border color is #c67faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67faa


Comments

No comments written yet.

Please login to write comment.