Color Hex Logo

#c676ba Color Hex

#C676BA
(198,118,186)
0 Favorites   0 Comments

Color spaces of #c676ba

RGB 198118186
HSL0.860.410.62
HSV309°40°78°
CMYK 0.000.400.06   0.22
XYZ38.630128.507849.9209
Yxy28.50780.33000.2435
Hunter Lab53.392735.7092-18.0599
CIE-Lab60.344841.2949-22.5899

#c676ba color RGB value is (198,118,186).

#c676ba hex color red value is 198, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c676ba hue: 0.86 , saturation: 0.41 and the lightness value of c676ba is 0.62.

The process color (four color CMYK) of #c676ba color hex is 0.00, 0.40, 0.06, 0.22. Web safe color of #c676ba is #cc66cc. Color #c676ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 10111010
Octal 306 166 272
Decimal 198 118 186
Hex C6 76 BA

RGB Percentages of Color #c676ba

%39.44
%23.51
%37.05

CMYK Percentages of Color #c676ba

%0
%40
%6
%22

Triadic Colors of #c676ba

#c676ba #bac676 #76bac6

Analogous Colors of #c676ba

#c676ba #c67692 #aa76c6

Monochromatic Colors of #c676ba

#c676ba

Complementary Color

#c676ba #76c682

#c676ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c676ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c676ba Color CSS Codes

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

#c676ba Text Font Color

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

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


#c676ba Background Color

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

This div background color is #c676ba


#c676ba Border Color

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

This div border color is #c676ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c676ba


Comments

No comments written yet.

Please login to write comment.