Color Hex Logo

#c67acc Color Hex

#C67ACC
(198,122,204)
0 Favorites   0 Comments

Color spaces of #c67acc

RGB 198122204
HSL0.820.450.64
HSV296°40°80°
CMYK 0.030.400.00   0.20
XYZ41.147330.284560.8035
Yxy30.28450.31120.2290
Hunter Lab55.031437.1607-26.9869
CIE-Lab61.898942.4718-30.3887

#c67acc color RGB value is (198,122,204).

#c67acc hex color red value is 198, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c67acc hue: 0.82 , saturation: 0.45 and the lightness value of c67acc is 0.64.

The process color (four color CMYK) of #c67acc color hex is 0.03, 0.40, 0.00, 0.20. Web safe color of #c67acc is #cc66cc. Color #c67acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 11001100
Octal 306 172 314
Decimal 198 122 204
Hex C6 7A CC

RGB Percentages of Color #c67acc

%37.79
%23.28
%38.93

CMYK Percentages of Color #c67acc

%3
%40
%0
%20

Triadic Colors of #c67acc

#c67acc #ccc67a #7accc6

Analogous Colors of #c67acc

#c67acc #cc7aa9 #9d7acc

Monochromatic Colors of #c67acc

#c67acc

Complementary Color

#c67acc #80cc7a

#c67acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67acc Color CSS Codes

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

#c67acc Text Font Color

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

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


#c67acc Background Color

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

This div background color is #c67acc


#c67acc Border Color

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

This div border color is #c67acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67acc


Comments

No comments written yet.

Please login to write comment.