Color Hex Logo

#c686fa Color Hex

#C686FA
(198,134,250)
0 Favorites   0 Comments

Color spaces of #c686fa

RGB 198134250
HSL0.760.920.75
HSV273°46°98°
CMYK 0.210.460.00   0.02
XYZ49.069135.958194.7969
Yxy35.95810.27290.2000
Hunter Lab59.965141.1267-51.7541
CIE-Lab66.487945.5554-48.7537

#c686fa color RGB value is (198,134,250).

#c686fa hex color red value is 198, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c686fa hue: 0.76 , saturation: 0.92 and the lightness value of c686fa is 0.75.

The process color (four color CMYK) of #c686fa color hex is 0.21, 0.46, 0.00, 0.02. Web safe color of #c686fa is #cc99ff. Color #c686fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11111010
Octal 306 206 372
Decimal 198 134 250
Hex C6 86 FA

RGB Percentages of Color #c686fa

%34.02
%23.02
%42.96

CMYK Percentages of Color #c686fa

%21
%46
%0
%2

Triadic Colors of #c686fa

#c686fa #fac686 #86fac6

Analogous Colors of #c686fa

#c686fa #fa86f4 #8c86fa

Monochromatic Colors of #c686fa

#c686fa

Complementary Color

#c686fa #bafa86

#c686fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686fa Color CSS Codes

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

#c686fa Text Font Color

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

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


#c686fa Background Color

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

This div background color is #c686fa


#c686fa Border Color

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

This div border color is #c686fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686fa


Comments

No comments written yet.

Please login to write comment.