Color Hex Logo

#c686cf Color Hex

#C686CF
(198,134,207)
0 Favorites   0 Comments

Color spaces of #c686cf

RGB 198134207
HSL0.810.430.67
HSV293°35°81°
CMYK 0.040.350.00   0.19
XYZ43.076333.561063.2390
Yxy33.56100.30800.2399
Hunter Lab57.931931.3462-24.1693
CIE-Lab64.612636.5956-27.8802

#c686cf color RGB value is (198,134,207).

#c686cf hex color red value is 198, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c686cf hue: 0.81 , saturation: 0.43 and the lightness value of c686cf is 0.67.

The process color (four color CMYK) of #c686cf color hex is 0.04, 0.35, 0.00, 0.19. Web safe color of #c686cf is #cc99cc. Color #c686cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11001111
Octal 306 206 317
Decimal 198 134 207
Hex C6 86 CF

RGB Percentages of Color #c686cf

%36.73
%24.86
%38.40

CMYK Percentages of Color #c686cf

%4
%35
%0
%19

Triadic Colors of #c686cf

#c686cf #cfc686 #86cfc6

Analogous Colors of #c686cf

#c686cf #cf86b4 #a286cf

Monochromatic Colors of #c686cf

#c686cf

Complementary Color

#c686cf #8fcf86

#c686cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686cf Color CSS Codes

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

#c686cf Text Font Color

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

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


#c686cf Background Color

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

This div background color is #c686cf


#c686cf Border Color

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

This div border color is #c686cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686cf


Comments

No comments written yet.

Please login to write comment.