Color Hex Logo

#c680ec Color Hex

#C680EC
(198,128,236)
0 Favorites   0 Comments

Color spaces of #c680ec

RGB 198128236
HSL0.770.740.71
HSV279°46°93°
CMYK 0.160.460.00   0.07
XYZ46.148233.500283.3908
Yxy33.50020.28300.2055
Hunter Lab57.879441.0322-44.9077
CIE-Lab64.563945.7264-44.0820

#c680ec color RGB value is (198,128,236).

#c680ec hex color red value is 198, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c680ec hue: 0.77 , saturation: 0.74 and the lightness value of c680ec is 0.71.

The process color (four color CMYK) of #c680ec color hex is 0.16, 0.46, 0.00, 0.07. Web safe color of #c680ec is #cc99ff. Color #c680ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 11101100
Octal 306 200 354
Decimal 198 128 236
Hex C6 80 EC

RGB Percentages of Color #c680ec

%35.23
%22.78
%41.99

CMYK Percentages of Color #c680ec

%16
%46
%0
%7

Triadic Colors of #c680ec

#c680ec #ecc680 #80ecc6

Analogous Colors of #c680ec

#c680ec #ec80dc #9080ec

Monochromatic Colors of #c680ec

#c680ec

Complementary Color

#c680ec #a6ec80

#c680ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680ec Color CSS Codes

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

#c680ec Text Font Color

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

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


#c680ec Background Color

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

This div background color is #c680ec


#c680ec Border Color

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

This div border color is #c680ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680ec


Comments

No comments written yet.

Please login to write comment.