Color Hex Logo

#c676ec Color Hex

#C676EC
(198,118,236)
0 Favorites   0 Comments

Color spaces of #c676ec

RGB 198118236
HSL0.780.760.69
HSV281°50°93°
CMYK 0.160.500.00   0.07
XYZ44.907531.018882.9772
Yxy31.01880.28260.1952
Hunter Lab55.694546.4624-49.3478
CIE-Lab62.523550.9673-47.2969

#c676ec color RGB value is (198,118,236).

#c676ec hex color red value is 198, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c676ec hue: 0.78 , saturation: 0.76 and the lightness value of c676ec is 0.69.

The process color (four color CMYK) of #c676ec color hex is 0.16, 0.50, 0.00, 0.07. Web safe color of #c676ec is #cc66ff. Color #c676ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 11101100
Octal 306 166 354
Decimal 198 118 236
Hex C6 76 EC

RGB Percentages of Color #c676ec

%35.87
%21.38
%42.75

CMYK Percentages of Color #c676ec

%16
%50
%0
%7

Triadic Colors of #c676ec

#c676ec #ecc676 #76ecc6

Analogous Colors of #c676ec

#c676ec #ec76d7 #8b76ec

Monochromatic Colors of #c676ec

#c676ec

Complementary Color

#c676ec #9cec76

#c676ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c676ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c676ec Color CSS Codes

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

#c676ec Text Font Color

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

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


#c676ec Background Color

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

This div background color is #c676ec


#c676ec Border Color

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

This div border color is #c676ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c676ec


Comments

No comments written yet.

Please login to write comment.