Color Hex Logo

#c684df Color Hex

#C684DF
(198,132,223)
0 Favorites   0 Comments

Color spaces of #c684df

RGB 198132223
HSL0.790.590.70
HSV284°41°87°
CMYK 0.110.410.00   0.13
XYZ44.859233.836073.9787
Yxy33.83600.29380.2216
Hunter Lab58.168735.8624-34.6866
CIE-Lab64.832240.8764-36.4584

#c684df color RGB value is (198,132,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 11011111
Octal 306 204 337
Decimal 198 132 223
Hex C6 84 DF

RGB Percentages of Color #c684df

%35.80
%23.87
%40.33

CMYK Percentages of Color #c684df

%11
%41
%0
%13

Triadic Colors of #c684df

#c684df #dfc684 #84dfc6

Analogous Colors of #c684df

#c684df #df84cb #9984df

Monochromatic Colors of #c684df

#c684df

Complementary Color

#c684df #9ddf84

#c684df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c684df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c684df Color CSS Codes

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

#c684df Text Font Color

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

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


#c684df Background Color

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

This div background color is #c684df


#c684df Border Color

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

This div border color is #c684df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c684df


Comments

No comments written yet.

Please login to write comment.