Color Hex Logo

#c684af Color Hex

#C684AF
(198,132,175)
0 Favorites   0 Comments

Color spaces of #c684af

RGB 198132175
HSL0.890.370.65
HSV321°33°78°
CMYK 0.000.330.12   0.22
XYZ39.277831.603444.5873
Yxy31.60340.34020.2737
Hunter Lab56.216926.3354-7.6728
CIE-Lab63.013731.8492-12.2879

#c684af color RGB value is (198,132,175).

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

The process color (four color CMYK) of #c684af color hex is 0.00, 0.33, 0.12, 0.22. Web safe color of #c684af is #cc9999. Color #c684af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 10101111
Octal 306 204 257
Decimal 198 132 175
Hex C6 84 AF

RGB Percentages of Color #c684af

%39.21
%26.14
%34.65

CMYK Percentages of Color #c684af

%0
%33
%12
%22

Triadic Colors of #c684af

#c684af #afc684 #84afc6

Analogous Colors of #c684af

#c684af #c6848e #bc84c6

Monochromatic Colors of #c684af

#c684af

Complementary Color

#c684af #84c69b

#c684af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c684af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c684af Color CSS Codes

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

#c684af Text Font Color

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

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


#c684af Background Color

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

This div background color is #c684af


#c684af Border Color

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

This div border color is #c684af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,132,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 #c684af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c684af


Comments

No comments written yet.

Please login to write comment.