Color Hex Logo

#c656bd Color Hex

#C656BD
(198,86,189)
0 Favorites   0 Comments

Color spaces of #c656bd

RGB 19886189
HSL0.850.500.56
HSV305°57°78°
CMYK 0.000.570.05   0.22
XYZ35.801822.335550.5683
Yxy22.33550.32930.2055
Hunter Lab47.260452.5156-30.3575
CIE-Lab54.381257.7312-33.5358

#c656bd color RGB value is (198,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 10111101
Octal 306 126 275
Decimal 198 86 189
Hex C6 56 BD

RGB Percentages of Color #c656bd

%41.86
%18.18
%39.96

CMYK Percentages of Color #c656bd

%0
%57
%5
%22

Triadic Colors of #c656bd

#c656bd #bdc656 #56bdc6

Analogous Colors of #c656bd

#c656bd #c65685 #9756c6

Monochromatic Colors of #c656bd

#c656bd

Complementary Color

#c656bd #56c65f

#c656bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c656bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c656bd Color CSS Codes

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

#c656bd Text Font Color

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

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


#c656bd Background Color

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

This div background color is #c656bd


#c656bd Border Color

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

This div border color is #c656bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c656bd


Comments

No comments written yet.

Please login to write comment.