Color Hex Logo

#c67caf Color Hex

#C67CAF
(198,124,175)
0 Favorites   0 Comments

Color spaces of #c67caf

RGB 198124175
HSL0.890.390.63
HSV319°37°78°
CMYK 0.000.370.12   0.22
XYZ38.234229.516244.2395
Yxy29.51620.34140.2636
Hunter Lab54.328830.5449-10.2492
CIE-Lab61.234536.1902-14.9683

#c67caf color RGB value is (198,124,175).

#c67caf hex color red value is 198, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c67caf hue: 0.89 , saturation: 0.39 and the lightness value of c67caf is 0.63.

The process color (four color CMYK) of #c67caf color hex is 0.00, 0.37, 0.12, 0.22. Web safe color of #c67caf is #cc6699. Color #c67caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 10101111
Octal 306 174 257
Decimal 198 124 175
Hex C6 7C AF

RGB Percentages of Color #c67caf

%39.84
%24.95
%35.21

CMYK Percentages of Color #c67caf

%0
%37
%12
%22

Triadic Colors of #c67caf

#c67caf #afc67c #7cafc6

Analogous Colors of #c67caf

#c67caf #c67c8a #b87cc6

Monochromatic Colors of #c67caf

#c67caf

Complementary Color

#c67caf #7cc693

#c67caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67caf Color CSS Codes

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

#c67caf Text Font Color

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

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


#c67caf Background Color

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

This div background color is #c67caf


#c67caf Border Color

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

This div border color is #c67caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67caf


Comments

No comments written yet.

Please login to write comment.