Color Hex Logo

#c686c1 Color Hex

#C686C1
(198,134,193)
0 Favorites   0 Comments

Color spaces of #c686c1

RGB 198134193
HSL0.850.360.65
HSV305°32°78°
CMYK 0.000.320.03   0.22
XYZ41.439432.906254.6195
Yxy32.90620.32130.2552
Hunter Lab57.363928.5606-16.2987
CIE-Lab64.084933.9425-20.8355

#c686c1 color RGB value is (198,134,193).

#c686c1 hex color red value is 198, green value is 134 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c686c1 hue: 0.85 , saturation: 0.36 and the lightness value of c686c1 is 0.65.

The process color (four color CMYK) of #c686c1 color hex is 0.00, 0.32, 0.03, 0.22. Web safe color of #c686c1 is #cc99cc. Color #c686c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11000001
Octal 306 206 301
Decimal 198 134 193
Hex C6 86 C1

RGB Percentages of Color #c686c1

%37.71
%25.52
%36.76

CMYK Percentages of Color #c686c1

%0
%32
%3
%22

Triadic Colors of #c686c1

#c686c1 #c1c686 #86c1c6

Analogous Colors of #c686c1

#c686c1 #c686a1 #ab86c6

Monochromatic Colors of #c686c1

#c686c1

Complementary Color

#c686c1 #86c68b

#c686c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686c1 Color CSS Codes

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

#c686c1 Text Font Color

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

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


#c686c1 Background Color

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

This div background color is #c686c1


#c686c1 Border Color

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

This div border color is #c686c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686c1


Comments

No comments written yet.

Please login to write comment.