Color Hex Logo

#c686df Color Hex

#C686DF
(198,134,223)
0 Favorites   0 Comments

Color spaces of #c686df

RGB 198134223
HSL0.790.580.70
HSV283°40°87°
CMYK 0.110.400.00   0.13
XYZ45.133134.383774.0700
Yxy34.38370.29390.2239
Hunter Lab58.637634.7748-33.8477
CIE-Lab65.266039.7972-35.7828

#c686df color RGB value is (198,134,223).

#c686df hex color red value is 198, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c686df hue: 0.79 , saturation: 0.58 and the lightness value of c686df is 0.70.

The process color (four color CMYK) of #c686df color hex is 0.11, 0.40, 0.00, 0.13. Web safe color of #c686df is #cc99cc. Color #c686df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11011111
Octal 306 206 337
Decimal 198 134 223
Hex C6 86 DF

RGB Percentages of Color #c686df

%35.68
%24.14
%40.18

CMYK Percentages of Color #c686df

%11
%40
%0
%13

Triadic Colors of #c686df

#c686df #dfc686 #86dfc6

Analogous Colors of #c686df

#c686df #df86cc #9a86df

Monochromatic Colors of #c686df

#c686df

Complementary Color

#c686df #9fdf86

#c686df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686df Color CSS Codes

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

#c686df Text Font Color

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

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


#c686df Background Color

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

This div background color is #c686df


#c686df Border Color

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

This div border color is #c686df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686df


Comments

No comments written yet.

Please login to write comment.