Color Hex Logo

#c656ba Color Hex

#C656BA
(198,86,186)
0 Favorites   0 Comments

Color spaces of #c656ba

RGB 19886186
HSL0.850.500.56
HSV306°57°78°
CMYK 0.000.570.06   0.22
XYZ35.479422.206548.8707
Yxy22.20650.33300.2084
Hunter Lab47.123851.9257-28.5013
CIE-Lab54.245457.2292-32.0169

#c656ba color RGB value is (198,86,186).

#c656ba hex color red value is 198, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c656ba hue: 0.85 , saturation: 0.50 and the lightness value of c656ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 10111010
Octal 306 126 272
Decimal 198 86 186
Hex C6 56 BA

RGB Percentages of Color #c656ba

%42.13
%18.30
%39.57

CMYK Percentages of Color #c656ba

%0
%57
%6
%22

Triadic Colors of #c656ba

#c656ba #bac656 #56bac6

Analogous Colors of #c656ba

#c656ba #c65682 #9a56c6

Monochromatic Colors of #c656ba

#c656ba

Complementary Color

#c656ba #56c662

#c656ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c656ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c656ba Color CSS Codes

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

#c656ba Text Font Color

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

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


#c656ba Background Color

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

This div background color is #c656ba


#c656ba Border Color

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

This div border color is #c656ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c656ba


Comments

No comments written yet.

Please login to write comment.