Color Hex Logo

#c679ea Color Hex

#C679EA
(198,121,234)
0 Favorites   0 Comments

Color spaces of #c679ea

RGB 198121234
HSL0.780.730.70
HSV281°48°92°
CMYK 0.150.480.00   0.08
XYZ44.977431.621081.5748
Yxy31.62100.28440.1999
Hunter Lab56.232644.3656-46.6474
CIE-Lab63.028448.9930-45.3913

#c679ea color RGB value is (198,121,234).

#c679ea hex color red value is 198, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c679ea hue: 0.78 , saturation: 0.73 and the lightness value of c679ea is 0.70.

The process color (four color CMYK) of #c679ea color hex is 0.15, 0.48, 0.00, 0.08. Web safe color of #c679ea is #cc66ff. Color #c679ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 11101010
Octal 306 171 352
Decimal 198 121 234
Hex C6 79 EA

RGB Percentages of Color #c679ea

%35.80
%21.88
%42.31

CMYK Percentages of Color #c679ea

%15
%48
%0
%8

Triadic Colors of #c679ea

#c679ea #eac679 #79eac6

Analogous Colors of #c679ea

#c679ea #ea79d6 #8e79ea

Monochromatic Colors of #c679ea

#c679ea

Complementary Color

#c679ea #9dea79

#c679ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679ea Color CSS Codes

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

#c679ea Text Font Color

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

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


#c679ea Background Color

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

This div background color is #c679ea


#c679ea Border Color

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

This div border color is #c679ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679ea


Comments

No comments written yet.

Please login to write comment.