Color Hex Logo

#c679fe Color Hex

#C679FE
(198,121,254)
0 Favorites   0 Comments

Color spaces of #c679fe

RGB 198121254
HSL0.760.990.74
HSV275°52°100°
CMYK 0.220.520.00   0.00
XYZ48.015532.836397.5733
Yxy32.83630.26910.1840
Hunter Lab57.303049.2891-60.8447
CIE-Lab64.028153.2662-54.8411

#c679fe color RGB value is (198,121,254).

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

The process color (four color CMYK) of #c679fe color hex is 0.22, 0.52, 0.00, 0.00. Web safe color of #c679fe is #cc66ff. Color #c679fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 11111110
Octal 306 171 376
Decimal 198 121 254
Hex C6 79 FE

RGB Percentages of Color #c679fe

%34.55
%21.12
%44.33

CMYK Percentages of Color #c679fe

%22
%52
%0
%0

Triadic Colors of #c679fe

#c679fe #fec679 #79fec6

Analogous Colors of #c679fe

#c679fe #fe79f4 #8479fe

Monochromatic Colors of #c679fe

#c679fe

Complementary Color

#c679fe #b1fe79

#c679fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679fe Color CSS Codes

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

#c679fe Text Font Color

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

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


#c679fe Background Color

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

This div background color is #c679fe


#c679fe Border Color

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

This div border color is #c679fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679fe


Comments

No comments written yet.

Please login to write comment.