Color Hex Logo

#c684fe Color Hex

#C684FE
(198,132,254)
0 Favorites   0 Comments

Color spaces of #c684fe

RGB 198132254
HSL0.760.980.76
HSV272°48°100°
CMYK 0.220.480.00   0.00
XYZ49.429435.664198.0446
Yxy35.66410.26990.1947
Hunter Lab59.719443.2343-55.5360
CIE-Lab66.262547.5064-51.2988

#c684fe color RGB value is (198,132,254).

#c684fe hex color red value is 198, green value is 132 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c684fe hue: 0.76 , saturation: 0.98 and the lightness value of c684fe is 0.76.

The process color (four color CMYK) of #c684fe color hex is 0.22, 0.48, 0.00, 0.00. Web safe color of #c684fe is #cc99ff. Color #c684fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 11111110
Octal 306 204 376
Decimal 198 132 254
Hex C6 84 FE

RGB Percentages of Color #c684fe

%33.90
%22.60
%43.49

CMYK Percentages of Color #c684fe

%22
%48
%0
%0

Triadic Colors of #c684fe

#c684fe #fec684 #84fec6

Analogous Colors of #c684fe

#c684fe #fe84f9 #8984fe

Monochromatic Colors of #c684fe

#c684fe

Complementary Color

#c684fe #bcfe84

#c684fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c684fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c684fe Color CSS Codes

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

#c684fe Text Font Color

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

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


#c684fe Background Color

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

This div background color is #c684fe


#c684fe Border Color

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

This div border color is #c684fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c684fe


Comments

No comments written yet.

Please login to write comment.